summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.toml12
-rw-r--r--content/about.md3
2 files changed, 15 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
diff --git a/content/about.md b/content/about.md
new file mode 100644
index 0000000..fc11536
--- /dev/null
+++ b/content/about.md
@@ -0,0 +1,3 @@
++++
+title = "About"
++++