summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml16
1 files changed, 12 insertions, 4 deletions
diff --git a/config.toml b/config.toml
index 0d57191..309069b 100644
--- a/config.toml
+++ b/config.toml
@@ -36,21 +36,29 @@ copyright = "© Rogs"
url = "https://rogs.me/index.xml"
[[menu.main]]
-name = "About"
+name = "Home"
url = "/"
weight = 1
[[menu.main]]
+name = "Resume"
+url = "/resume"
+weight = 2
+
+[[menu.main]]
name = "Projects"
url = "/projects"
-weight = 2
+weight = 3
[[menu.main]]
name = "Blog"
url = "/posts"
-weight = 3
+weight = 4
[[menu.main]]
name = "Tags"
url = "/tags"
-weight = 4
+weight = 5
+
+[markup.goldmark.renderer]
+ unsafe = true