diff --git a/content/archives/archives.md b/content/archives/archives.md new file mode 100644 index 0000000..584ccaf --- /dev/null +++ b/content/archives/archives.md @@ -0,0 +1,5 @@ +--- +title: "归档" +layout: "archives" +url: "/archives" +--- \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index bc666b7..5ce7763 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,6 +2,9 @@ baseURL = 'https://blog.butubb.cn/' languageCode = 'zh-cn' title = '日志' theme = 'PaperMod' +defaultContentLanguage = 'zh-cn' + + [params] defaultTheme = "auto" @@ -20,16 +23,11 @@ theme = 'PaperMod' weight = 1 [[menu.main]] - name = "博文" - url = "/posts" + name = "归档" + url = "/archives" weight = 2 [[menu.main]] name = "标签" url = "/tags" weight = 3 - -[[menu.main]] - name = "学习" - url = "/study" - weight = 4 \ No newline at end of file diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..6884859 Binary files /dev/null and b/static/favicon.ico differ