summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/posts/hello-world.md21
-rw-r--r--content/posts/second-post.md15
2 files changed, 36 insertions, 0 deletions
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