aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@mullvad.net>2021-12-18 16:59:50 +0100
committerRasmus Dahlberg <rasmus@mullvad.net>2021-12-18 16:59:50 +0100
commit774a7656d25977cdb3d3b7be37c7ca0ac0ec1f50 (patch)
treeca8e630a1c4c24e682581f2e8da056e47f13bbb6 /config.toml
parent704f51516cd905835956028dfd53d67add53d396 (diff)
posts: Import stories from medium
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.toml b/config.toml
index ac4186e..3326d20 100644
--- a/config.toml
+++ b/config.toml
@@ -63,10 +63,10 @@ metaDataFormat= "toml"
name = "About"
url = "about"
- #[[menu.main]]
- # identifier = "posts"
- # name = "Posts"
- # url = "post/"
+ [[menu.main]]
+ identifier = "post"
+ name = "Blog"
+ url = "post/"
[markup]
defaultMarkdownHandler = "goldmark"