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 +++++++++++++++++++++ content/posts/second-post.md | 15 +++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 content/posts/hello-world.md create mode 100644 content/posts/second-post.md (limited to 'content/posts') 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. diff --git a/content/posts/second-post.md b/content/posts/second-post.md new file mode 100644 index 0000000..2d347e6 --- /dev/null +++ b/content/posts/second-post.md @@ -0,0 +1,15 @@ ++++ +date = '2026-01-27T21:42:00+01:00' +draft = false +title = 'Another Test Post' +summary = 'Additional content for testing purposes.' ++++ + +This is another sample post to ensure the site has multiple pages for testing. + +## Features to Test + +- Homepage listing +- Post navigation +- Theme rendering +- Build output generation -- cgit v1.2.3