From 0a0768d11ab844f6bce8832f7f390df2e6166ac4 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 6 Apr 2019 17:05:41 +0200 Subject: [PATCH] add first page --- config.toml | 12 ++++++++++++ content/about.md | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 content/about.md 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" ++++