Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml12
1 files changed, 4 insertions, 8 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 5ff7589..e6d8bcd 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -22,22 +22,18 @@ googleAnalytics = "UA-123456789-1"
[menu]
[[menu.nav]]
- name = "Home"
+ name = "Blog"
url = "/"
weight = 1
[[menu.nav]]
- name = "Blog"
- url = "/post/"
- weight = 2
- [[menu.nav]]
name = "Tags"
url = "/tags/"
- weight = 3
+ weight = 2
[[menu.nav]]
name = "About"
url = "/about/"
- weight = 4
+ weight = 3
[[menu.nav]]
name = "RSS"
url = "/index.xml"
- weight = 5
+ weight = 4