From 751c15d70368be2a3811e329febf3fb8fff12957 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 13 Jul 2025 03:20:32 -0400 Subject: [PATCH] updated git links --- content/about.md | 8 ++++---- content/blog/email-in-kakoune.md | 2 +- .../implementing-kakoune-syntax-highlighting.md | 4 ++-- content/code.md | 14 -------------- content/git.md | 10 +++++----- content/now.md | 12 +++--------- 6 files changed, 15 insertions(+), 35 deletions(-) delete mode 100644 content/code.md diff --git a/content/about.md b/content/about.md index 96a084f..6db0e95 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://sr.ht/~ficd/ashen +[Ashen]: https://codeberg.org/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://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. +[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. ## This Website diff --git a/content/blog/email-in-kakoune.md b/content/blog/email-in-kakoune.md index 8dfdef5..cb00ad4 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://git.sr.ht/~ficd/kak-autospell) plugin for the buffer. +[kak-autospell](https://codeberg.org/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 e664717..b4a1be5 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://git.sr.ht/~ficd/pygments-kakoune) and +[sr.ht](https://codeberg.org/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://sr.ht/~ficd/ashen +[Ashen]: https://codeberg.org/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 deleted file mode 100644 index 7765de6..0000000 --- a/content/code.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -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/git.md b/content/git.md index 6fe8fec..2bc468e 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 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](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. - [git.ficd.sh] (self-hosted) - [codeberg] diff --git a/content/now.md b/content/now.md index 9d3cf86..cbfcd3e 100644 --- a/content/now.md +++ b/content/now.md @@ -1,6 +1,6 @@ --- title: Now -date: July 5 2025 +date: 2025-07-13 template: page --- @@ -8,13 +8,7 @@ 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. - - 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. +- Migrating my work from sr.ht to [codeberg](https://codeberg.org/ficd) + and [git.ficd.sh](https://git.ficd.sh) (see [Git](/git)).