summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2026-01-27 21:44:06 +0100
committerDawid Rycerz <dawid@rycerz.xyz>2026-01-27 21:44:06 +0100
commit28876feb0ce5ea339fe0cb775751890f3ac339d3 (patch)
tree79e0c44b1c6fe42b7fda4a22bbc875e7069bc839 /hugo.toml
parent7e75874291051572b7ba105c9e137f5ca68dd870 (diff)
Add Hugo site with PaperMod theme for Witryna testingmain
Set up a basic Hugo site with sample posts and witryna.yaml configuration for testing the Witryna deployment tool. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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/"