My personal website
Find a file
2025-07-06 17:42:12 -04:00
content write draft posts 2025-07-06 17:42:12 -04:00
templates renamed repo 2025-07-06 00:10:17 -04:00
.build.yml bump zona ref 2025-07-06 17:39:50 -04:00
.gitignore initial commit 2025-07-02 16:02:49 -04:00
config.yml bumped zona 2025-07-05 16:39:38 -04:00
justfile added justfile 2025-07-04 13:51:24 -04:00
LICENSE Added license 2025-07-02 16:14:35 -04:00
README.md updated readme 2025-07-05 16:46:43 -04:00

ficd.ca

This is the source code for my personal website, ficd.ca, built with the zona static site generator. It's hosted on srht.site and automatically deployed via builds.sr.ht when changes are pushed to the main branch of this repository. I use zona serve to preview locally before pushing changes.

  1. The site is built with zona build.
  2. The output is packaged into .tar.gz format.
  3. The tarball is published with hut pages publish.

You can see the entire pipeline in .build.yml.