1 min read

Hi!


I finally stopped procrastinating and got around to set up a place where I can post my thoughts and host a portfolio.

Setup

I’ve previously wanted to use something like Zola or Hugo for SSG[1], but for now I’ve ended up with Astro.

The design is a mishmash of various attempts I’ve been doing for a site like this for a while now. Subject to change 😅.

Still trying to decide if I actually want a CMS of sorts or just stick with Markdown files in a git repo. If I do end up with a CMS[2], a few requirements would be that it supports Markdown and can be self-hosted. Knowing myself, I will end up wanting to do a CMS just for the sake of experiencing it, despite it very likely not being worth the additional maintenance time.

References

  • [1] SSG: Static site generator
  • [2] CMS: Content management system