Two More Cents

Tech Stack

Frontend

The frontend of this website uses only HTML and CSS.

I don’t use any Javascript on this website, because I don’t think a blog website should require JS. In any case, I haven’t needed to use JS on any of my pages.

Fonts

While I used to use web fonts, I’ve switched over to using the system-default Serif font.

Backend

I write my posts in Markdown, and use pandoc to convert them to HTML. I also wrote a static-site-generator, that takes care of adding a header and footer, a stylesheet, etc. (I’ve also written an article about that, which you can read here). The SSG is closed-source, at the moment, because I haven’t found time to polish it up and release the code.

This website is hosted on an Apache server.