From a82d81531d2f3a5adadd5eb55fa730ebaab977f7 Mon Sep 17 00:00:00 2001 From: Alexander Avery Date: Wed, 28 May 2025 13:45:32 -0400 Subject: [PATCH] example site configuration --- hugo.toml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/hugo.toml b/hugo.toml index 6c35bc4..e484775 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,6 +1,7 @@ -baseURL = 'https://example.org/' +# Example site configuration +baseURL = 'https://beetbox.io' languageCode = 'en-US' -title = 'My New Hugo Site' +title = 'Beet Box' [[menus.main]] name = 'Home' @@ -8,13 +9,13 @@ pageRef = '/' weight = 10 [[menus.main]] -name = 'Posts' -pageRef = '/posts' +name = 'Gitea' +pageRef = 'https://gitea.beetbox.io/BeetBox' weight = 20 [[menus.main]] -name = 'Tags' -pageRef = '/tags' +name = 'Games' +pageRef = '/games' weight = 30 [module]