diff --git a/mkdocs.yml b/mkdocs.yml index e5f8ba0..e389fef 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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