diff options
Diffstat (limited to '')
-rw-r--r-- | config.toml | 17 | ||||
-rw-r--r-- | content/about.md | 6 | ||||
-rw-r--r-- | content/projects.md | 2 |
3 files changed, 18 insertions, 7 deletions
diff --git a/config.toml b/config.toml index e5e9704..82edfb3 100644 --- a/config.toml +++ b/config.toml @@ -30,15 +30,20 @@ copyright = "" # default: author.name ↓ # 默认为下面配 identifier = "home" url = "/" [[menu.main]] - name = "Archives" + name = "About" weight = 20 - identifier = "archives" - url = "/post/" + identifier = "about" + url = "/about/" [[menu.main]] - name = "Tags" + name = "Projects" weight = 30 - identifier = "tags" - url = "/tags/" + identifier = "projects" + url = "/projects/" +[[menu.main]] + name = "Archives" + weight = 40 + identifier = "archives" + url = "/post/" [params] version = "3.x" # Used to give a friendly message when you have an incompatible update diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..49c2ec5 --- /dev/null +++ b/content/about.md @@ -0,0 +1,6 @@ +--- +type: page +title: "about" +--- + +# About diff --git a/content/projects.md b/content/projects.md index 0f74878..5062212 100644 --- a/content/projects.md +++ b/content/projects.md @@ -1,6 +1,6 @@ --- type: page -title: "prasd" +title: "projects" --- # Projects |