summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-15 15:19:06 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-15 15:19:06 -0300
commiteca171fbab048fa443e4bf0f73c0986f42a49252 (patch)
treeafc3dcba7e0648f71e243c4f6c5c2a12568c54a1 /config.toml
parent9440b71c57270f55841209bf240a75ee532ac50a (diff)
Changed main index and removed resume from main menu
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml18
1 files changed, 12 insertions, 6 deletions
diff --git a/config.toml b/config.toml
index cd633be..b2fbdcc 100644
--- a/config.toml
+++ b/config.toml
@@ -42,6 +42,7 @@ copyright = "© Roger Gonzalez"
url = "https://yams.media/"
description = "A higly opinionated media server"
gitlab = "https://gitlab.com/rogs/yams"
+ rogsgit = "https://git.rogs.me/yams.git/"
[[params.projects.work]]
name = "Certn - Workday integration"
@@ -85,19 +86,24 @@ url = "/"
weight = 1
[[menu.main]]
-name = "Resume"
-url = "/resume/"
+name = "About"
+url = "/about/"
weight = 2
[[menu.main]]
-name = "Posts"
-url = "/posts/"
+name = "Contact"
+url = "/contact/"
weight = 3
[[menu.main]]
-name = "Contact"
-url = "/contact/"
+name = "Posts"
+url = "/posts/"
weight = 4
+[[menu.main]]
+name = "Donate"
+url = "/donate/"
+weight = 5
+
[markup.goldmark.renderer]
unsafe = true