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