changed mkdocs
All checks were successful
Deploy Docs / deploy (push) Successful in 9s

This commit is contained in:
2026-05-20 23:04:30 -05:00
parent 9468719411
commit 16fb3478bb

View File

@@ -1,21 +1,34 @@
site_name: ForeignThon
site_url: https://foreignthon.keshavanand.net
site_description: Write Python in any human language
repo_url: https://git.keshavanand.net/foreign-thon/foreignthon-core
repo_name: foreign-thon/foreignthon-core
repo_url: https://git.keshavanand.net/foreign-thon/
repo_name: foreignthon
edit_uri: ""
theme:
name: material
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark mode default
- scheme: slate
primary: deep purple
accent: cyan
toggle:
icon: material/brightness-4
icon: material/weather-sunny
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:
- navigation.tabs
- navigation.sections
@@ -25,6 +38,8 @@ theme:
- search.suggest
- content.code.copy
- content.code.annotate
- content.tabs.link
- toc.follow
nav:
- Home: index.md