aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-26 19:02:26 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-26 19:09:44 -0700
commit79b990318a08a5cb5643e993f3d3a73da7509ea0 (patch)
treefcd5a6fef5a5e9d68617fc6ee3f1135bca4b7e13 /config.toml
parentMerge pull request #5 from fcuny/update_flake_lock_action (diff)
downloadfcuny.net-79b990318a08a5cb5643e993f3d3a73da7509ea0.tar.gz
content: add the notes back
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 ace03c8..47f85f4 100644
--- a/config.toml
+++ b/config.toml
@@ -16,9 +16,23 @@ enableGitInfo = false
[permalinks]
blog = "/blog/:slug/"
+ notes = "/notes/:slug/"
tags = "/tags/:slug/"
[menu]
+ [[menu.main]]
+ identifier = "blog"
+ name = "blog"
+ title = "~/blog"
+ url = "/blog/"
+ weight = 110
+
+ [[menu.main]]
+ identifier = "notes"
+ name = "notes"
+ title = "~/notes"
+ url = "/notes/"
+ weight = 120
[markup]
[markup.highlight]