My personal website
Find a file
Daniel Fichtinger 1eb42bfbe7
All checks were successful
/ deploy (push) Successful in 17s
updated about, git, blog landing, added kakoune page
2025-07-17 15:19:32 -04:00
.forgejo/workflows pinned zona version in workflow 2025-07-15 18:56:03 -04:00
content updated about, git, blog landing, added kakoune page 2025-07-17 15:19:32 -04:00
templates update list styling 2025-07-15 23:20:39 -04:00
.gitignore migrated to ficd.sh 2025-07-10 15:56:56 -04:00
config.yml major styling update 2025-07-14 15:00:29 -04:00
justfile fix justfile 2025-07-16 23:52:47 -04:00
LICENSE Added license 2025-07-02 16:14:35 -04:00
README.md update readme 2025-07-13 15:28:08 -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 Forgejo actions 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 here.