diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index fc9280d..491b485 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -8,7 +8,7 @@ jobs: container: image: node:alpine env: - ZONA: git+https://git.ficd.sh/ficd/zona.git@dacea2756af75d1151788cc0c1b2eefbead3c01f + ZONA: https://git.ficd.sh/ficd/zona.git site: ficd.sh site_draft: draft.ficd.sh steps: diff --git a/content/about.md b/content/about.md index 6db0e95..96a084f 100644 --- a/content/about.md +++ b/content/about.md @@ -15,7 +15,7 @@ to see my latest work. [zona]: https://git.ficd.sh/ficd/zona [Git]: /git -[Ashen]: https://codeberg.org/ficd/ashen +[Ashen]: https://sr.ht/~ficd/ashen [Kakoune]: https://kakoune.org ## Education @@ -32,9 +32,9 @@ context of multi-factor authentication. I use [Kakoune] as my text editor, and I type in [Colemak-DH](https://colemakmods.github.io/mod-dh/) on a -[custom layout](https://git.ficd.sh/ficd/zmk). I run Arch Linux on a -desktop PC and ThinkPad, my preferred terminal is Foot, and I enjoy Niri -as a window manager. +[custom layout](https://sr.ht/~ficd/zmk). I run Arch Linux on a desktop PC +and ThinkPad, my preferred terminal is Foot, and I enjoy Niri as a window +manager. ## This Website diff --git a/content/blog/email-in-kakoune.md b/content/blog/email-in-kakoune.md index cb00ad4..8dfdef5 100644 --- a/content/blog/email-in-kakoune.md +++ b/content/blog/email-in-kakoune.md @@ -56,7 +56,7 @@ I find that setting `>` as the `comment_line` token is convenient for working with quotes in replies. The `try autospell-enable` enables my -[kak-autospell](https://codeberg.org/ficd/kak-autospell) plugin for the buffer. +[kak-autospell](https://git.sr.ht/~ficd/kak-autospell) plugin for the buffer. Essentially, it provides spellchecking that's continuously refreshed and hidden in insert mode. diff --git a/content/blog/implementing-kakoune-syntax-highlighting.md b/content/blog/implementing-kakoune-syntax-highlighting.md index b4a1be5..e664717 100644 --- a/content/blog/implementing-kakoune-syntax-highlighting.md +++ b/content/blog/implementing-kakoune-syntax-highlighting.md @@ -99,12 +99,12 @@ scanning. Is it possible? Absolutely. Do I want to do it? **Absolutely not**. For now, please enjoy the janky, _but functional_ Kakoune syntax highlighting I created. The plugin is also available as the `pygments-kakoune` package on -[sr.ht](https://codeberg.org/ficd/pygments-kakoune) and +[sr.ht](https://git.sr.ht/~ficd/pygments-kakoune) and [PyPI](https://pypi.org/project/pygments-kakoune/) if you want to use it in your own projects. [zona]: https://git.ficd.sh/ficd/zona -[Ashen]: https://codeberg.org/ficd/ashen +[Ashen]: https://sr.ht/~ficd/ashen [Kakoune]: https://kakoune.org [Helix]: https://github.com/helix-editor/helix [Pygments]: https://pygments.org/ diff --git a/content/code.md b/content/code.md new file mode 100644 index 0000000..7765de6 --- /dev/null +++ b/content/code.md @@ -0,0 +1,14 @@ +--- +title: Code +--- + +- [sr.ht](https://sr.ht/~ficd) + - My main development platform. Most of my own projects can be found here. +- [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.ca) + - Source code of this website. Not very interesting; it's mostly Markdown. +- [site builder source code](https://git.ficd.sh/ficd/zona) + - Source code of `zona`, the tool I developed to build and maintain this + website. diff --git a/content/contact.md b/content/contact.md index bc714d0..318dfdb 100644 --- a/content/contact.md +++ b/content/contact.md @@ -2,7 +2,8 @@ title: Contact Me --- -- [daniel@ficd.sh](mailto:daniel@ficd.sh) - - For any development/open-source/website related inquiries. -- [daniel@ficd.ca](mailto:daniel@ficd.ca) - - For other personal, professional inquiries. +- Email + - [daniel@ficd.sh](mailto:daniel@ficd.sh) (Development, open-source + inquiries.) + - [daniel@ficd.ca](mailto:daniel@ficd.ca) (Personal, professional + inquiries.) diff --git a/content/git.md b/content/git.md index 2bc468e..6fe8fec 100644 --- a/content/git.md +++ b/content/git.md @@ -8,11 +8,11 @@ title: Git [github]: https://github.com/ficcdaf My main forge for projects on which I expect to _collaborate_ is -[codeberg]. I [self-host a Forgejo instance](https://git.ficd.sh/ficd) for -my personal projects. I have repositories on [git.sr.ht], but I'm -currently in the process of migrating to [codeberg] -- don't expect the -old repositories to stay mirrored. Finally, I use [github] _only_ if I'm -contributing to a project hosted there. +[codeberg]. I self-host a Forgejo instance for my personal projects. I +have repositories on [git.sr.ht], but I'm currently in the process of +migrating to [codeberg] -- don't expect the old repositories to stay +mirrored. Finally, I use [github] _only_ if I'm contributing to a project +hosted there. - [git.ficd.sh] (self-hosted) - [codeberg] diff --git a/content/now.md b/content/now.md index cbfcd3e..9d3cf86 100644 --- a/content/now.md +++ b/content/now.md @@ -1,6 +1,6 @@ --- title: Now -date: 2025-07-13 +date: July 5 2025 template: page --- @@ -8,7 +8,13 @@ This is my [now](https://nownownow.com/about) page. ## What I'm up to: +- Playing Stellar Blade and watching Jujutsu Kaisen. - Writing and beginning implementation work on my dissertation. +- Obsessively customizing Kakoune and writing too many plugins for my sanity to + keep up with. - Working on [zona](https://git.sr.ht/~zona), my static site generator. -- Migrating my work from sr.ht to [codeberg](https://codeberg.org/ficd) - and [git.ficd.sh](https://git.ficd.sh) (see [Git](/git)). + - It's now stable enough for use; in fact, this entire website was built with + it. + - I also implemented the [Ashen](https://sr.ht/~ficd/ashen) syntax + highlighting theme, and a simple syntax lexer for + [Kakoune](https://kakoune.org) script.