{% block heading %}Lost?{% endblock heading %}
+{% block message %}This page does not exist.{% endblock message %}
+
+
+A bunch of photos missing, gotta add more later.
diff --git a/homepage/posixlycorrect/content/blog.md b/homepage/posixlycorrect/content/blog.md
new file mode 100644
index 0000000..9b8d5bf
--- /dev/null
+++ b/homepage/posixlycorrect/content/blog.md
@@ -0,0 +1,6 @@
++++
+title = "blog posts"
++++
+## [2023-06-02: building a site with zola and sourcehut](@/blog/building_a_site_with_zola_and_sourcehut.md)
+## [2023-09-19: introduction to gpg key usage](@/blog/introduction_to_gpg_key_usage.md)
+## [2024-05-22: Stellaris virtual rush build](@/blog/stellaris_tall_virtual_build.md)
\ No newline at end of file
diff --git a/homepage/posixlycorrect/content/blog/building_a_site_with_zola_and_sourcehut.md b/homepage/posixlycorrect/content/blog/building_a_site_with_zola_and_sourcehut.md
new file mode 100644
index 0000000..d7a99fa
--- /dev/null
+++ b/homepage/posixlycorrect/content/blog/building_a_site_with_zola_and_sourcehut.md
@@ -0,0 +1,137 @@
++++
+title = "building a site with zola and sourcehut"
+date = 2023-06-02
++++
+
+# Introduction
+
+The following is a small tutorial on how to build a static webpage using
+Zola and
+Sourcehut's build service.
+
+This guide is kindof redundant since Zola's documentatioin is already very
+clear, but I want to write a first post in order to test this site.
+
+{% block message %}This page does not exist.{% endblock message %}
+