summaryrefslogtreecommitdiff
path: root/_posts/hello_world.html
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-11-13 19:51:56 -0500
committermattkae <mattkae@protonmail.com>2022-11-13 19:51:56 -0500
commitf75dfb5d736b644ad2649452c3056ba71be856b8 (patch)
tree903efbd21aa3872ec695394ae98a33e35ae79d3e /_posts/hello_world.html
parenta17411cbb8e8a67ff9c4815bd96cdd4ddb1a1ddb (diff)
The dumbest of blogging systems
Diffstat (limited to '_posts/hello_world.html')
-rw-r--r--_posts/hello_world.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/_posts/hello_world.html b/_posts/hello_world.html
new file mode 100644
index 0000000..038f5db
--- /dev/null
+++ b/_posts/hello_world.html
@@ -0,0 +1,9 @@
+<p>
+ Hello, world!
+</p>
+<p>
+ This is the first test of my simple, static blogging system. My goal is to avoid using anything too heavy and, instead, provide a simple script that will get run whenever I update a blog post. Heck, I could even set it up to a cronjob to refresh them everyday. But perhaps that is overkill for today 😆. I am satisfied with how it current works.
+</p>
+<p>
+ Expect to see some updates on Greek philosophy, emacs, and Linux coming soon to a website near you!
+</p>