From f2676ba2e8f6c11787137bb1bb1089b462b57edd Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Wed, 6 Mar 2024 20:10:56 -0500
Subject: [PATCH] Added a comment describing baseUrl configuration variable

---
 hugo.toml.example | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hugo.toml.example b/hugo.toml.example
index 3580257ab..9c4d1da5d 100644
--- a/hugo.toml.example
+++ b/hugo.toml.example
@@ -1,3 +1,4 @@
+# The base url of the website. This should be all lowercase and end with a forward slash.
 baseurl = "https://fedipage.com/"
 languageCode = "en-us"
 title = "Hugo based static page generator and blog with ActivityPub support"
-- 
GitLab