summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
new file mode 100644
index 0000000..a55de6f
--- /dev/null
+++ b/hugo.toml
@@ -0,0 +1,20 @@
+baseURL = 'https://example.org/'
+languageCode = 'en-us'
+title = 'Witryna Test Site'
+theme = 'PaperMod'
+
+[params]
+ env = "production"
+ description = "A test Hugo site for Witryna deployment testing"
+ author = "Test Author"
+ showReadingTime = true
+ showShareButtons = false
+ showPostNavLinks = true
+
+[params.homeInfoParams]
+ Title = "Witryna Test Site"
+ Content = "A simple Hugo site for testing the Witryna deployment tool."
+
+[[params.socialIcons]]
+ name = "github"
+ url = "https://github.com/"