migrated to ficd.sh
This commit is contained in:
parent
3e82b33ce5
commit
af22c7881a
5 changed files with 7 additions and 6 deletions
|
@ -4,7 +4,7 @@ packages:
|
||||||
- hut
|
- hut
|
||||||
- uv
|
- uv
|
||||||
environment:
|
environment:
|
||||||
site: ficd.ca
|
site: ficd.sh
|
||||||
proxy: ficd.srht.site
|
proxy: ficd.srht.site
|
||||||
repo: ficd.ca
|
repo: ficd.ca
|
||||||
zonaref: git+https://git.sr.ht/~ficd/zona@d739ef5d95f2f508658b357ac61e39309da892ad
|
zonaref: git+https://git.sr.ht/~ficd/zona@d739ef5d95f2f508658b357ac61e39309da892ad
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
public
|
public
|
||||||
|
*.tar.gz
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# ficd.ca
|
# 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
|
[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 of this
|
||||||
repository. I use `zona serve` to preview locally before pushing changes.
|
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).
|
You can see the entire pipeline in [`.build.yml`](./.build.yml).
|
||||||
|
|
||||||
[zona]: https://sr.ht/~ficd/zona
|
[zona]: https://sr.ht/~ficd/zona
|
||||||
[ficd.ca]: https://ficd.ca
|
[ficd.sh]: https://ficd.sh
|
||||||
[srht.site]: https://srht.site
|
[srht.site]: https://srht.site
|
||||||
[builds.sr.ht]: https://builds.sr.ht
|
[builds.sr.ht]: https://builds.sr.ht
|
||||||
|
|
|
@ -34,5 +34,5 @@ as a window manager.
|
||||||
|
|
||||||
This website is registered on [1mb.club](https://1mb.club/) and
|
This website is registered on [1mb.club](https://1mb.club/) and
|
||||||
[jsfree.org](https://jsfree.org/). It's published at
|
[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)
|
[ficd.srht.site](https://ficd.srht.site)
|
||||||
|
|
|
@ -73,7 +73,7 @@ commands! If you have `xdg-open` available (part of the `xdg-utils`
|
||||||
package on Arch Linux), this is simple:
|
package on Arch Linux), this is simple:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
xdg-open https://ficd.ca
|
xdg-open https://ficd.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
XDG handles figuring out the correct application to forward the URL to. If
|
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:
|
browsers let you open URLs from the command line directly:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
firefox https://ficd.ca
|
firefox https://ficd.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Depending on the browser -- if you already have an open session, the link
|
Depending on the browser -- if you already have an open session, the link
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue