diff --git a/.gitignore b/.gitignore index 0931263..b277cfe 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ # mkdocs framework site +.cache diff --git a/mkdocs.yml b/mkdocs.yml index 8ef725a..d967dde 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -43,7 +43,7 @@ theme: icon: material/brightness-7 name: Switch to dark mode # Palette toggle for dark mode - - scheme: + - scheme: slate toggle: icon: material/brightness-4 name: Switch to light mode @@ -51,9 +51,8 @@ theme: plugins: - tags - search - # - git-authors - # - git-revision-date-localized: - # enable_creation_date: true + - git-revision-date-localized: + enable_creation_date: true - git-committers: repository: CloneWith/tldr-privacy branch: main @@ -99,13 +98,9 @@ extra: social: - icon: fontawesome/brands/github link: https://github.com/CloneWith - - icon: simple/osu - link: https://osu.ppy.sh/users/30973609 - - icon: simple/bilibili - link: https://space.bilibili.com/2046252132 repo_url: https://github.com/CloneWith/tldr-privacy edit_uri: edit/main/docs/ extra_css: - - stylesheets/extra.css \ No newline at end of file + - stylesheets/extra.css