diff options
| author | Adam Olech <nddr89@gmail.com> | 2021-10-17 23:16:59 +0200 |
|---|---|---|
| committer | Adam Olech <nddr89@gmail.com> | 2021-10-17 23:16:59 +0200 |
| commit | e971532833605f9102545202ba04a878ddf214dc (patch) | |
| tree | c87964580cd202ce58365cd10d93a1be933d8c5a /config.toml | |
| parent | 5bff81ccd9851e34f3488a8e7d9f0fb934084d02 (diff) | |
Add the old about page
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 14 |
1 files changed, 14 insertions, 0 deletions
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/" |
