From 37c58434bde205394c1550aee32d3621ac3ba182 Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 2 Oct 2019 18:23:32 +0100 Subject: Add menu items, and improve wording slightly --- config.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'config.toml') 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" -- cgit v1.2.1-24-ge1ad