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 = ' · CC BY-NC 4.0' + +[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" ++++