summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml11
1 files changed, 10 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 0015559..28dc0db 100644
--- a/config.toml
+++ b/config.toml
@@ -6,4 +6,13 @@ title = "Rescribe Blog"
[params]
description = "Historical OCR, and all things around it"
themeColor = "theme-rescribe"
-# TODO: move away from google-hosted fonts
+
+[[menu.main]]
+ name = "Archive"
+ url = "/posts/"
+[[menu.main]]
+ name = "Categories"
+ url = "/categories/"
+[[menu.main]]
+ name = "Who We Are"
+ url = "/who-we-are"