Lots of css changes, html description, whathaveyou

This commit is contained in:
Bun 2025-07-05 02:24:15 -04:00
parent 2a815643c0
commit 34e7f5aa95
24 changed files with 558 additions and 60 deletions

View file

@ -1,6 +1,7 @@
+++
title = "new website!"
date = 2025-07-02
updated = 2025-07-05T01:53:03-04:00
authors = [ "aubun" ]
description = "rebuilding the nixfox site"
@ -13,3 +14,12 @@ tags = [ "software", "nixfox" ]
hello everyone! if anyone had previously seen this website, you may notice that this is now a very different page!
for the first time, i have decided to sit down and properly attack some html and css (as well as some evil javascript) head-on to create a landing page i can be proud of.
for this website, i have decided to use [zola](https://www.getzola.org) as my framework.
i chose a static page generator because databases horrify me, and i'd prefer to have all the code available in [one git repo](https://git.nixfox.ca/Bun/nixfox-reborn.git).
this has allowed me to maintain using entirely custom html and css (aka, no templates), without the hassle of maintaining a database! yes yes, alas, no comments. perhaps those will be implemented later.
while many things are still to come, eg, pagination, galleries, more photos and artwork, i believe this site finally lays the foundation for a stable home for both nixfox and my blogging going forward.
stay tuned for what's next!