summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-14 14:42:57 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-14 14:42:57 -0300
commitfda98bbac929e5b6c2ba83a2981a7d9cdbf2a5b5 (patch)
treefa0540d1a06a5c532643c289f5e12e3e445b0d03 /config.toml
parentf22917bca8cd608eccd9f94207671ec4d6b09367 (diff)
Improved config.toml
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml14
1 files changed, 4 insertions, 10 deletions
diff --git a/config.toml b/config.toml
index 609467d..6b83286 100644
--- a/config.toml
+++ b/config.toml
@@ -1,9 +1,8 @@
-baseURL = "https://rogs.me/"
+baseURL = "/"
languageCode = "en-us"
title = "rogs"
theme = "archie"
staticDir = ["static"]
-paginate=3 # articles per page
copyright = "© Roger Gonzalez"
@@ -81,22 +80,17 @@ weight = 1
[[menu.main]]
name = "Resume"
-url = "/resume"
+url = "/resume/"
weight = 2
-# [[menu.main]]
-# name = "Projects"
-# url = "/projects"
-# weight = 3
-
[[menu.main]]
name = "Posts"
-url = "/posts"
+url = "/posts/"
weight = 3
[[menu.main]]
name = "Contact"
-url = "/contact"
+url = "/contact/"
weight = 4
[markup.goldmark.renderer]