summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-04-26 22:24:11 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-04-26 22:24:11 +0200
commitae4ebed1943c2314792498cc14bb56e3c4b90c96 (patch)
treed6f0c61b3ba3f72175cd1d705e5329215fb3e20c /exampleSite/config.toml
parent663867b079bf8ddc76e632039c5af74b66b26a1a (diff)
downloadgohugo-theme-ed-ae4ebed1943c2314792498cc14bb56e3c4b90c96.tar.gz
Add sample page
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
+