updated readme
This commit is contained in:
parent
462244fd7f
commit
abe7868240
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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`](./.build.yml).
|
||||
|
||||
[zona]: https://sr.ht/~ficd/zona
|
||||
[ficd.ca]: https://ficd.ca
|
||||
[srht.site]: https://srht.site
|
||||
[builds.sr.ht]: https://builds.sr.ht
|
Loading…
Add table
Add a link
Reference in a new issue