feat(docs): theme and different size icons (#123)

This commit is contained in:
banteg
2026-01-13 18:05:03 +04:00
committed by GitHub
parent 5ce5d319aa
commit f9757679c2
5 changed files with 101 additions and 0 deletions
+21
View File
@@ -11,6 +11,24 @@ site_dir: _site
theme:
name: material
palette:
- scheme: default
primary: pink
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: pink
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Nunito
code: Fira Code
logo: assets/logo.svg
favicon: assets/favicon.svg
features:
- navigation.sections
- navigation.instant
@@ -20,6 +38,9 @@ theme:
- search.suggest
- search.highlight
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list