From 28876feb0ce5ea339fe0cb775751890f3ac339d3 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 27 Jan 2026 21:44:06 +0100 Subject: Add Hugo site with PaperMod theme for Witryna testing 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 --- hugo.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 hugo.toml (limited to 'hugo.toml') 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/" -- cgit v1.2.3