summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml13
1 files changed, 5 insertions, 8 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index faf4f98..1114de4 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -19,18 +19,15 @@ resourceDir = "../resources"
[menu]
[[menu.nav]]
- name = "Posts"
- url = "/posts/"
+ name = "About"
+ url = "/about/"
weight = 1
[[menu.nav]]
- name = "Tags"
- url = "/tags/"
+ name = "Credits"
+ url = "/credits/"
weight = 2
[[menu.nav]]
name = "Documentation"
url = "/documentation/"
weight = 3
- [[menu.nav]]
- name = "About"
- url = "/about/"
- weight = 4
+