Changes on this website.

Created

There are two changes to this website worth mentioning.

First, hosting has moved from GitHub to Codeberg.

Second, I have switched from Hugo to a custom rendering engine.

I never needed the advanced functionality Hugo provides. After an upgrade, my custom theme broke and I could no longer compile this website. Instead of spending hours figuring out and fixing the issue, I decided to finally roll out my own minimal compiler. Excluding the templates, the implementation is less than 330 lines of simple Go code, with goldmark as the single dependency to convert Markdown to HTML.

The build process and deployment are handled by a bash function, which compiles the content and publishes it via a designated Git branch.

The feed URL is now https://ph.codeberg.page/feed.xml.