From 5119953f5fcef2aa6e6ec9875b0d9a8dcc723caa Mon Sep 17 00:00:00 2001 From: moanos Date: Tue, 28 Jan 2025 15:54:36 +0100 Subject: [PATCH] Basic menu --- hugo.toml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index fc0615f..40e03f3 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,5 +1,16 @@ baseURL = 'https://🐀.org/' languageCode = 'en-us' -title = '🐀.org - Giving rats a loving home' +title = '🐀.org' +subtitle = 'Giving rats a loving home' theme = "animals" copyright = 'CC-BY-SA' + +[menus] +[[menus.main]] +name = 'Basic information' +pageRef = '/information' +weight = 1 +[[menus.main]] +name = 'Adopt' +pageRef = '/adopt' +weight = 2