diff options
Diffstat (limited to 'content/posts/hello-world.md')
| -rw-r--r-- | content/posts/hello-world.md | 21 |
1 files changed, 21 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. |
