Skip to main content

About

Website source is available on GitHub.

Stuff used:

  • Hugo: converts .md files to .html for the blog.
  • Anubis: HTML templates for hugo.
  • A touch of custom CSS, which I stole from some smart ballsy guy.
  • Gitea: the GitLab at home. Fun fact: it uses Hugo too.
  • Caddy: subdomain routing, HTTP reverse-proxiyng, serving static files, SSL TLS magic.
  • Docker + docker-compose: orchestrating everything.

Funnily enough, all of the software mentioned above is written in Go.

Website source is available on GitHub.

Stuff used:

  • Hugo: converts .md files to .html for the blog.
  • Anubis: HTML templates for hugo.
  • A touch of custom CSS, which I stole from some smart ballsy guy.
  • Gitea: the GitLab at home. Fun fact: it uses Hugo too.
  • Caddy: subdomain routing, HTTP reverse-proxiyng, serving static files, SSL TLS magic.
  • Docker + docker-compose: orchestrating everything.

Funnily enough, all of the software mentioned above is written in Go.

Additionally, I used to use FastHttpd (which is also written in Go) to serve the blog, and Caddy would just reverse-proxy to it, but then I figured Caddy can serve static files too, so I got rid of FastHttpd.

Anyways, I go into more detail about this site in the first blogpost.