My personal website
Find a file
2025-07-10 20:20:14 -04:00
content write more of ssg draft post 2025-07-10 20:20:14 -04:00
templates updated repo link in footer 2025-07-10 18:16:55 -04:00
.build.yml added drafts to build 2025-07-10 19:50:24 -04:00
.gitignore migrated to ficd.sh 2025-07-10 15:56:56 -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 completed migration 2025-07-10 16:32:33 -04:00

ficd.sh

This is the source code for my personal website, ficd.sh, 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.