It had been quite a while since I wanted to havea space on the internet that I could call my own, where I could share my thoughts, projects, and anything else that inspired me. More recently, I realized it was time to stop being just another anonymous entity online and start building a personal brand (because, well, that’s 21st-century networking for you). So, I decided to create this website.
My goal was simple: build something quick, lightweight, and easy to maintain but with room to grow. Aesthetically, I’ve been drawn to brutalism for a while now. When I stumbled upon web brutalism —a design philosophy that prioritizes raw, unpolished content over ornamental form— it immediately clicked. Web brutalism relies on “raw materials”, like <hr/>
, <a>
, or <div>
elements with little to none CSS styling, so they are more “close” to their intended functionality. This approach aligns perfectly with my desire for simplicity and authenticity.
Although a true brutalist (and minimalist) might have stuck with pure CSS and HTML, I wanted a set of tools to balance simplicity with efficiency. Enter Astro, an all-in-one web framework for building content-driven websites. Astro ticket all the boxes for me:
Astro’s features gave me the flexibility I needed to create a site that stayed true to my need of a simple and lightweight website, while still being practical and future-proof.
Now, allow me to highlight some of the features of my website.
./dist
directory generated by Astro after running astro build
) is just 5.39933 kB (uncompressed).<hr/>
and <a>
elements have been styled minimally. As for fonts, there are no embedded custom fonts—meaning the site relies on system fonts, which vary from device to device. Fun fact: the average Google Font file is 19.75 kB, more than 3 times the average size of my website’s assets.1This website is not finished (and probably, it will never be). I want this project to be a small playground where I can experiment with new design ideas, programming languages, or even infrastructure. Here are some key features that I will plan to implement in 2025:
This website represents my take on combining minimalism with practicality. It’s a space I’ve created to reflect my ideas, free from unnecessary clutter, but equipped with the tools to make maintenance a breeze. I hope you enjoy exploring it as much as I enjoyed creating it.
Stoyan Stefanov. “How Many Bytes Is ‘Normal’ for a Web Font: A Study Using Google Fonts.” phpied.com, n.d. https://www.phpied.com/bytes-normal-web-font-study-google-fonts/. ↩
Kris De Decker, “About the Solar Powered Website,” LOW←TECH MAGAZINE, n.d., https://solar.lowtechmagazine.com/about/the-solar-website ↩
Kris De Decker, Op. cit.. ↩