diff options
author | Julio Capote <jcapote@gmail.com> | 2018-11-06 19:12:47 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2018-11-06 19:12:47 +0000 |
commit | 445f2f28db791d3977238d58f490f161bbe0d2c2 (patch) | |
tree | 6cd06a005e79f0b928800c15c6d5f4f3d0393307 /config.toml | |
parent | 02e487a72d9af883714d9e7fdadf72445bbfd775 (diff) | |
download | capotej.com-445f2f28db791d3977238d58f490f161bbe0d2c2.tar.gz |
about
Diffstat (limited to '')
-rw-r--r-- | config.toml | 17 |
1 files changed, 11 insertions, 6 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 |