summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-14 10:49:30 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-14 10:49:30 -0300
commit40f8a10d92f4941847830472f0fcc0c7d9855019 (patch)
tree31ef1eb457e1c63ebbdc05f5b1a43976d2df77b0 /config.toml
parent8fb76c15fea329135b610cabca1f29bc16d71e1d (diff)
Improved website with new index
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