From a16273a29af02e935b59e6e25bd8cf204915d8cf Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 6 Jul 2025 00:08:58 -0400 Subject: [PATCH] renamed repo --- .build.yml | 7 ++++--- content/code.md | 2 +- templates/footer.md | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.build.yml b/.build.yml index b84b640..de7cb10 100644 --- a/.build.yml +++ b/.build.yml @@ -5,11 +5,12 @@ packages: - uv environment: site: ficd.ca + repo: ficd.ca zonaref: git+https://git.sr.ht/~ficd/zona@47be4986a50d0e921c1f2afa90fb9d029a5c2c85 tasks: - build: | if [ "$GIT_REF" = "refs/heads/main" ]; then - cd ficd-zona + cd $repo uv run --with "$zonaref" zona build else echo "Skipping build: not on main" @@ -17,7 +18,7 @@ tasks: - package: | if [ "$GIT_REF" = "refs/heads/main" ]; then - cd ficd-zona/public + cd $repo/public tar -cvz . > ../public.tar.gz else echo "Skipping package: not on main" @@ -25,7 +26,7 @@ tasks: - upload: | if [ "$GIT_REF" = "refs/heads/main" ]; then - hut pages publish -d "$site" ficd-zona/public.tar.gz + hut pages publish -d "$site" $repo/public.tar.gz else echo "Skipping upload: not on main" fi diff --git a/content/code.md b/content/code.md index b756916..0ad421d 100644 --- a/content/code.md +++ b/content/code.md @@ -7,7 +7,7 @@ title: Code - [GitHub](https://github.com/ficcdaf) - I mirror some of my projects here, or host clones of GitHub projects I contribute to. -- [ficd.ca source code](https://git.sr.ht/~ficd/ficd-zona) +- [ficd.ca source code](https://git.sr.ht/~ficd/ficd.ca) - Source code of this website. Not very interesting; it's mostly Markdown. - [site builder source code](https://git.sr.ht/~ficd/zona/tree/dev-stable) - Source code of `zona`, the tool I developed to build and maintain this diff --git a/templates/footer.md b/templates/footer.md index d33951f..f8fc198 100644 --- a/templates/footer.md +++ b/templates/footer.md @@ -6,6 +6,6 @@ hosted on [sourcehut]. [©]: https://creativecommons.org/licenses/by-nc-sa/4.0 [zona]: https://sr.ht/~ficd/zona [sourcehut]: https://srht.site/ -[Open source]: https://git.sr.ht/~ficd/ficd-zona +[Open source]: https://git.sr.ht/~ficd/ficd.ca