summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2020-11-14 14:26:14 -0300
committerRoger Gonzalez <roger@rogs.me>2020-11-14 14:26:14 -0300
commit409a7e8dbd7eac0623bdeb40149e637b3c098904 (patch)
treea870f64257d7033358037ff4b5b7e94bcc8fef39 /config.toml
parente984750e68538f6eb0ab53ad4e4a3d4b4d6ee293 (diff)
Added projects
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml11
1 files changed, 8 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index 4947e7b..dd4e8a9 100644
--- a/config.toml
+++ b/config.toml
@@ -1,6 +1,6 @@
baseURL = "https://rogs.me/"
languageCode = "en-us"
-title = "rogs | Blog"
+title = "rogs"
theme = "archie"
staticDir = ["static"]
paginate=3 # articles per page
@@ -47,11 +47,16 @@ url = "/"
weight = 1
[[menu.main]]
+name = "Projects"
+url = "/projects"
+weight = 2
+
+[[menu.main]]
name = "Blog"
url = "/posts"
-weight = 2
+weight = 3
[[menu.main]]
name = "Tags"
url = "/tags"
-weight = 3
+weight = 4