From 445f2f28db791d3977238d58f490f161bbe0d2c2 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Tue, 6 Nov 2018 14:12:47 -0500 Subject: about --- config.toml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'config.toml') 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 -- cgit v1.2.3