diff options
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/" |
