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 +++++++++++------ content/about.md | 6 ++++++ content/projects.md | 2 +- 3 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 content/about.md 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 -- cgit v1.2.3