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 --- content/posts/hello-world.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/posts/hello-world.md (limited to 'content/posts/hello-world.md') diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md new file mode 100644 index 0000000..b4d8d53 --- /dev/null +++ b/content/posts/hello-world.md @@ -0,0 +1,21 @@ ++++ +date = '2026-01-27T21:41:59+01:00' +draft = false +title = 'Hello World' +summary = 'A test post for the Witryna deployment tool.' ++++ + +This is a sample blog post for testing the Witryna static site deployment tool. + +## What is Witryna? + +Witryna is a minimalist Git-based static site deployment orchestrator that: + +- Listens for webhook triggers +- Pulls Git repositories +- Runs containerized build commands +- Publishes static assets via atomic symlink switching + +## Testing + +This Hugo site using the PaperMod theme serves as a test subject for Witryna deployments. -- cgit v1.2.3