aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny')
-rw-r--r--users/fcuny/blog/config.toml11
1 files changed, 10 insertions, 1 deletions
diff --git a/users/fcuny/blog/config.toml b/users/fcuny/blog/config.toml
index c126d16..6a6f070 100644
--- a/users/fcuny/blog/config.toml
+++ b/users/fcuny/blog/config.toml
@@ -21,19 +21,28 @@ enableGitInfo = true
name = "home"
title = "fcuny.net"
url = "/"
- weight = 130
+ weight = 100
[[menu.main]]
identifier = "articles"
name = "blog"
title = "articles"
url = "/blog/"
+ weight = 110
[[menu.main]]
identifier = "notes"
name = "notes"
title = "notes"
url = "/notes/"
+ weight = 120
+
+ [[menu.main]]
+ identifier = "RSS"
+ name = "RSS"
+ title = "RSS"
+ url = "/feed.xml"
+ weight = 130
[markup]
[markup.tableOfContents]