diff --git a/mkdocs.yaml b/mkdocs.yaml new file mode 100644 index 0000000..2724164 --- /dev/null +++ b/mkdocs.yaml @@ -0,0 +1,23 @@ +site_name: thu-learn-downloader +theme: + name: material + palette: + - media: "(prefers-color-scheme: dark)" + scheme: slate + toggle: + icon: material/brightness-4 + - media: "(prefers-color-scheme: light)" + scheme: default + toggle: + icon: material/brightness-7 +plugins: + - search + - git-revision-date-localized: + enable_creation_date: true + - git-committers: + repository: liblaf/thu-learn-downloader + branch: main + - git-authors +repo_url: https://github.com/liblaf/thu-learn-downloader +repo_name: liblaf/thu-learn-downloader +edit_uri: edit/main/docs