From e971532833605f9102545202ba04a878ddf214dc Mon Sep 17 00:00:00 2001 From: Adam Olech Date: Sun, 17 Oct 2021 23:16:59 +0200 Subject: Add the old about page --- config.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index e1768e9..1dc344a 100644 --- a/config.toml +++ b/config.toml @@ -7,3 +7,17 @@ title = 'where extinct potatos go to retire' author = "Adam Olech" profilePicture = "images/me.jpg" customCss = ["css/custom.css"] + +[menu] + + [[menu.main]] + name = "Posts" + weight = 100 + identifier = "posts" + url = "/posts/" + + [[menu.main]] + name = "About" + identifier = "about" + weight = 300 + url = "/about/" -- cgit v1.2.1