aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 1dfa880..2cfef5c 100644
--- a/config.toml
+++ b/config.toml
@@ -34,6 +34,20 @@ enableGitInfo = false
url = "/notes/"
weight = 120
+ [[menu.main]]
+ identifier = "code"
+ name = "code"
+ title = "code"
+ url = "https://git.fcuny.net/fcuny/"
+ weight = 130
+
+ [[menu.main]]
+ identifier = "feed"
+ name = "feed"
+ title = "feed"
+ url = "/feed.xml"
+ weight = 140
+
[markup]
[markup.highlight]
anchorLineNos = false