summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2019-04-06 17:05:41 +0200
committerChristoph Cullmann <cullmann@kde.org>2019-04-06 17:05:41 +0200
commit0a0768d11ab844f6bce8832f7f390df2e6166ac4 (patch)
tree16b01cc1b646edc07cc862833ae3304f4a0f54c0 /config.toml
parentd5369ee8ec995b386a244db48732ac5bac75f0a5 (diff)
add first page
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 47987ac..ceb65bb 100644
--- a/config.toml
+++ b/config.toml
@@ -23,3 +23,15 @@ theme = "hermit"
homeSubtitle = "Homepage of Christoph Cullmann."
footerCopyright = ' &#183; <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
+
+[menu]
+
+ [[menu.main]]
+ name = "Posts"
+ url = "posts/"
+ weight = 10
+
+ [[menu.main]]
+ name = "About"
+ url = "about/"
+ weight = 20