This commit is contained in:
29
mkdocs.yml
29
mkdocs.yml
@@ -1,21 +1,34 @@
|
|||||||
site_name: ForeignThon
|
site_name: ForeignThon
|
||||||
site_url: https://foreignthon.keshavanand.net
|
site_url: https://foreignthon.keshavanand.net
|
||||||
site_description: Write Python in any human language
|
site_description: Write Python in any human language
|
||||||
repo_url: https://git.keshavanand.net/foreign-thon/foreignthon-core
|
repo_url: https://git.keshavanand.net/foreign-thon/
|
||||||
repo_name: foreign-thon/foreignthon-core
|
repo_name: foreignthon
|
||||||
edit_uri: ""
|
edit_uri: ""
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
|
|
||||||
palette:
|
palette:
|
||||||
- scheme: default
|
# Dark mode default
|
||||||
toggle:
|
|
||||||
icon: material/brightness-7
|
|
||||||
name: Switch to dark mode
|
|
||||||
- scheme: slate
|
- scheme: slate
|
||||||
|
primary: deep purple
|
||||||
|
accent: cyan
|
||||||
toggle:
|
toggle:
|
||||||
icon: material/brightness-4
|
icon: material/weather-sunny
|
||||||
name: Switch to light mode
|
name: Switch to light mode
|
||||||
|
|
||||||
|
# Light mode
|
||||||
|
- scheme: default
|
||||||
|
primary: deep purple
|
||||||
|
accent: cyan
|
||||||
|
toggle:
|
||||||
|
icon: material/weather-night
|
||||||
|
name: Switch to dark mode
|
||||||
|
|
||||||
|
font:
|
||||||
|
text: Inter
|
||||||
|
code: JetBrains Mono
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- navigation.tabs
|
- navigation.tabs
|
||||||
- navigation.sections
|
- navigation.sections
|
||||||
@@ -25,6 +38,8 @@ theme:
|
|||||||
- search.suggest
|
- search.suggest
|
||||||
- content.code.copy
|
- content.code.copy
|
||||||
- content.code.annotate
|
- content.code.annotate
|
||||||
|
- content.tabs.link
|
||||||
|
- toc.follow
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
|
|||||||
Reference in New Issue
Block a user