diff --git a/.build.yml b/.build.yml index f2522e3..534c44d 100644 --- a/.build.yml +++ b/.build.yml @@ -4,7 +4,7 @@ packages: - hut - uv environment: - site: ficd.ca + site: ficd.sh proxy: ficd.srht.site repo: ficd.ca zonaref: git+https://git.sr.ht/~ficd/zona@d739ef5d95f2f508658b357ac61e39309da892ad diff --git a/.gitignore b/.gitignore index a48cf0d..8cef2e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ public +*.tar.gz diff --git a/README.md b/README.md index 7184e69..74bd19c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ficd.ca -This is the source code for my personal website, [ficd.ca], 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 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. @@ -12,6 +12,6 @@ repository. I use `zona serve` to preview locally before pushing changes. You can see the entire pipeline in [`.build.yml`](./.build.yml). [zona]: https://sr.ht/~ficd/zona -[ficd.ca]: https://ficd.ca +[ficd.sh]: https://ficd.sh [srht.site]: https://srht.site [builds.sr.ht]: https://builds.sr.ht diff --git a/content/about.md b/content/about.md index dced36f..ad81a14 100644 --- a/content/about.md +++ b/content/about.md @@ -34,5 +34,5 @@ as a window manager. This website is registered on [1mb.club](https://1mb.club/) and [jsfree.org](https://jsfree.org/). It's published at -[ficd.ca](https://ficd.ca), and a proxy is available at +[ficd.sh](https://ficd.sh), and a proxy is available at [ficd.srht.site](https://ficd.srht.site) diff --git a/content/blog/kak/url-open.md b/content/blog/kak/url-open.md index d5435c1..9b88232 100644 --- a/content/blog/kak/url-open.md +++ b/content/blog/kak/url-open.md @@ -73,7 +73,7 @@ commands! If you have `xdg-open` available (part of the `xdg-utils` package on Arch Linux), this is simple: ```sh -xdg-open https://ficd.ca +xdg-open https://ficd.sh ``` XDG handles figuring out the correct application to forward the URL to. If @@ -82,7 +82,7 @@ browser. If you don't have (or don't want to use) `xdg-open`, most browsers let you open URLs from the command line directly: ```sh -firefox https://ficd.ca +firefox https://ficd.sh ``` Depending on the browser -- if you already have an open session, the link