completed migration

This commit is contained in:
Daniel Fichtinger 2025-07-10 16:32:33 -04:00
parent af22c7881a
commit 987f5b049c

View file

@ -1,9 +1,10 @@
# ficd.ca # ficd.sh
This is the source code for my personal website, [ficd.sh], built with the 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 [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 deployed via [builds.sr.ht] when changes are pushed to the `main` branch
repository. I use `zona serve` to preview locally before pushing changes. of this repository. I use `zona serve` to preview locally before pushing
changes.
1. The site is built with `zona build`. 1. The site is built with `zona build`.
2. The output is packaged into `.tar.gz` format. 2. The output is packaged into `.tar.gz` format.