Logo image

THIS WEBSITE


Why make this basic web 1.0 website in the 2020s? After all, if I wanted a functional, good looking, professional website, there’s plenty of fancier and more standard ways to do it. The simplicity is intentional, and to understand that design intent, read further.

Screenshot of this website


Design Goals

Any project needs some goals, even if they’re only implicit. After all, if you don’t have a reason to build something… why build it? For me, the goals were:

Equally important are the things that weren’t my goals with this project:

Inspiration

These are the creative works that inspired and influenced me in this project:


Implementation


November 2025 - December 2025

Implementation seriously began in November 2025, when I decided on my hosting setup, Cloudflare Pages. Basically, I didn’t want to use Github Pages because of both contrarianism and because I want to focus first on learning the fundamental architecture, not a “service”’s implementation of Jekyll as a service. After I understood Jekyll on base principles, I was chill with hosting it through Cloudflare, especially because the domain is already hosted on there.

Once my deployment setup was functional, the more satisfying work of incremental tweaking of content and styling began. I used Jekyll’s ability to iterate over yaml data to create the systems for making rapid changes to the link index and project list. Getting the resume to embed as an object at the correct size was something that I deemed “good enough” even if I’m not 100% confident in how it scales on different displays.

After I had some basic content to test beyond a blank page, I could begin formatting it and deciding how best to present the information. This became a feedback loop where I could develop more of my writing style the more that I knew how it would format, with things such as the boxes to hold content, horizontal rules, and image formatting.

Being satisfied enough with my CSS, the final step was adding the first pass of content, which includes this post detailing the project. I made the decision to not wait to document every single project I’ve worked on before releasing the site to the public. For me, one project breakdown and one blog post were enough to prove every aspect of the website as functional.


Changelog