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 --- witryna.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 witryna.yaml (limited to 'witryna.yaml') diff --git a/witryna.yaml b/witryna.yaml new file mode 100644 index 0000000..2f82826 --- /dev/null +++ b/witryna.yaml @@ -0,0 +1,4 @@ +# Witryna deployment configuration +image: "hugomods/hugo:exts" +command: "hugo --minify" +public: "public" -- cgit v1.2.3