Colophon
This website serves as my digital home base – the one place on the internet where everything I do, build, and share comes together. Whether you're here to check out my coding projects, explore my Formiilo designs on Printables, or just browsing out of curiosity: welcome.
The site is built with Eleventy, a flexible and fast static site generator. Templates are written in Nunjucks, with content authored in Markdown. The visual styling is powered by Tailwind CSS, which lets me design directly in the markup using utility classes – a workflow I've grown to love for its speed and consistency.
The entire project runs on Bun, a fast all-in-one JavaScript runtime that handles package management and build scripts. Syntax highlighting for code blocks is handled at build time by Shiki, producing beautifully highlighted output without any client-side JavaScript.
Deployment is handled via GitHub Pages, which keeps everything simple, version-controlled, and close to the source. The entire process – from development to production – is automated through a GitHub Actions workflow, so publishing changes is as easy as pushing to the main branch.
If you're curious about how it all fits together, you're more than welcome to explore the source code on GitHub. It includes the full project setup, the build configuration, and the deployment pipeline.