1
0
Fork 0
website/posts/hello-world.md

18 lines
737 B
Markdown
Raw Normal View History

2023-03-25 21:38:16 +01:00
+++
date = 2017-06-25T22:40:00+01:00
draft = false
title = "Hello world, again"
aliases = ["/blog/hello-world/", "/blog/hello-world.html"]
tags = ["hugo", "jekyll"]
+++
2023-03-26 13:58:38 +02:00
So I've yet again remade this website. This time I've moved from
[jekyll](https://jekyllrb.com/) to [hugo](https://gohugo.io/), because I've had
to reinstall ruby far too many times and there's always some issue with it
preventing me from just getting it up and running so I can update this site.
Hugo is just a binary, no need to install anything to get it to run. It's far
less of a hassle.
2023-03-25 21:38:16 +01:00
2023-03-26 13:58:38 +02:00
If you for whatever reason want to see the old posts (which were basically just
dev logs required for some of my school courses), you can find them [here.](/archive/)