aboutsummaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-01-22 21:59:57 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-01-22 21:59:57 +0100
commit3ef1af2503664b9ede9cd2beecbc3d288ad4a065 (patch)
treeb43a10487963fcc1fc1b480793154491efde9344 /posts
chore: Initial commit
Diffstat (limited to 'posts')
-rw-r--r--posts/20230119135747-hello_blog.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/posts/20230119135747-hello_blog.html b/posts/20230119135747-hello_blog.html
new file mode 100644
index 0000000..28f8a8e
--- /dev/null
+++ b/posts/20230119135747-hello_blog.html
@@ -0,0 +1,18 @@
+title: Hello, blog!
+date: <2023-01-22 Sun 00:00>
+---
+<p>
+This is my first public blog entry. Over the years, I always meant to set up a personal blog to document some of my findings and share topics that I found useful with other people. I came close to publishing one around a year ago when I followed the example <a href="https://nextjs.org/">Next.js</a> tutorial to get to grips with it. However, I found the need for a JavaScript framework to handle static pages overly complex and put a hold to the project.<br />
+</p>
+
+<p>
+Right around that time I became really invested into the <a href="https://guix.gnu.org/">GNU Guix</a> project, and began porting my entire configuration to it, and while I was becoming more comfortable with <a href="https://www.gnu.org/software/guile/">GNU Guile</a>, the scripting language used for that project, I came across <a href="https://dthompson.us/projects/haunt.html">Haunt</a>. I was immediately hooked and became really fond of the minimalist approach it encourages, allowing you to write your entire site in Scheme.<br />
+</p>
+
+<p>
+Along with Haunt, this blog uses the <a href="https://git.sr.ht/~jakob/ox-haunt">ox-haunt</a> back-end for Org export, which allows me to keep using my <a href="https://www.orgroam.com/">Org-roam</a> workflow to write blog post entries. I'm confident this setup will ease the maintenance and development of the blog and also encourage me to write more whenever new ideas come to my mind that I'd like to share with the world.<br />
+</p>
+
+<p>
+Until then, happy hacking!<br />
+</p>