From 3bebf1e115658e19dfb9441d3a50ad731f991217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sun, 22 Feb 2026 10:28:05 +0100 Subject: [PATCH] feat(blog): add welcome post content MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace placeholder text with actual content about dogfooding Zaguán Blade and the development process. --- src/content/blog/welcome.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/content/blog/welcome.md b/src/content/blog/welcome.md index 51ea3a0..570b677 100644 --- a/src/content/blog/welcome.md +++ b/src/content/blog/welcome.md @@ -9,7 +9,11 @@ draft: false # Welcome to the Zaguán Blade Blog -This is a placeholder post. Replace me with your actual blog content! +Hey good folks. In this blog I will try to write about stuff I do and how I try to make Zaguán Blade into something useful. + +When I first set out to create it, my first goal was for me to use it - dogfooding, it's called - and have used it exclusively to create this website. During the process I discovered bugs and annoyances that I was then able to fix immediately. It's a slow process because after each change I have to compile it, which takes me about 5 minutes, then test to see if the issue was fixed and then go back and make another change. + +The whole process is very rewarding and seeing my vision come to life is pretty awesome. ## What's Coming