summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2022-01-09 15:17:07 +0800
committerFrederick Yin <fkfd@fkfd.me>2022-01-09 15:17:07 +0800
commit0bfd698c19037f2ac179485bfca2bb7dd0f0623a (patch)
tree968b875216ed4c70f1ac756f4a926268d5a1909f
parent45dcddbe2cbacfeed1030426d152480338f84e23 (diff)
Remove manual navigation, change site_name
-rw-r--r--mkdocs.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 8cfa5e4..2c1dceb 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,10 +1,5 @@
-site_name: fkfd blog
+site_name: fkfd.me
site_url: https://fkfd.me/
theme:
name: null
custom_dir: alabaster-lite/
-nav:
- - Projects: 'projects'
- - Random stuff: 'random'
- - Shitpost: 'shitpost'
- - Meta: 'meta.md'