aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-28 17:28:12 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-28 17:28:12 -0800
commitfb6861c18a64c793b6dcb1e9185b5a4ae4c5e589 (patch)
tree672fc9eb660b69d67b22bbb1c932992146b67575 /config.toml
parentref: some CSS tweaks to make the site more readable (diff)
downloadfcuny.net-fb6861c18a64c793b6dcb1e9185b5a4ae4c5e589.tar.gz
ref(style): use a nicer font, change the menu
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