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.

#AI Use

All my posts are written completely by me. Citations / links are provided when I use content from other websites.

Most of the CSS was written by me. Some of it was written with the aid of ChatGPT; some of it was inspired by the stylesheets of other websites, which are credited in my stylesheet. I use a few filters for pandoc - these were written with the aid of ChatGPT.