updated git links

This commit is contained in:
Daniel Fichtinger 2025-07-13 03:20:32 -04:00
parent b37954d07e
commit 751c15d703
6 changed files with 15 additions and 35 deletions

View file

@ -15,7 +15,7 @@ to see my latest work.
[zona]: https://git.ficd.sh/ficd/zona [zona]: https://git.ficd.sh/ficd/zona
[Git]: /git [Git]: /git
[Ashen]: https://sr.ht/~ficd/ashen [Ashen]: https://codeberg.org/ficd/ashen
[Kakoune]: https://kakoune.org [Kakoune]: https://kakoune.org
## Education ## Education
@ -32,9 +32,9 @@ context of multi-factor authentication.
I use [Kakoune] as my text editor, and I type in I use [Kakoune] as my text editor, and I type in
[Colemak-DH](https://colemakmods.github.io/mod-dh/) on a [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 [custom layout](https://git.ficd.sh/ficd/zmk). I run Arch Linux on a
and ThinkPad, my preferred terminal is Foot, and I enjoy Niri as a window desktop PC and ThinkPad, my preferred terminal is Foot, and I enjoy Niri
manager. as a window manager.
## This Website ## This Website

View file

@ -56,7 +56,7 @@ I find that setting `>` as the `comment_line` token is convenient for working
with quotes in replies. with quotes in replies.
The `try autospell-enable` enables my 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 Essentially, it provides spellchecking that's continuously refreshed and hidden
in insert mode. in insert mode.

View file

@ -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 For now, please enjoy the janky, _but functional_ Kakoune syntax highlighting I
created. The plugin is also available as the `pygments-kakoune` package on 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 [PyPI](https://pypi.org/project/pygments-kakoune/) if you want to use it in your
own projects. own projects.
[zona]: https://git.ficd.sh/ficd/zona [zona]: https://git.ficd.sh/ficd/zona
[Ashen]: https://sr.ht/~ficd/ashen [Ashen]: https://codeberg.org/ficd/ashen
[Kakoune]: https://kakoune.org [Kakoune]: https://kakoune.org
[Helix]: https://github.com/helix-editor/helix [Helix]: https://github.com/helix-editor/helix
[Pygments]: https://pygments.org/ [Pygments]: https://pygments.org/

View file

@ -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.

View file

@ -8,11 +8,11 @@ title: Git
[github]: https://github.com/ficcdaf [github]: https://github.com/ficcdaf
My main forge for projects on which I expect to _collaborate_ is My main forge for projects on which I expect to _collaborate_ is
[codeberg]. I self-host a Forgejo instance for my personal projects. I [codeberg]. I [self-host a Forgejo instance](https://git.ficd.sh/ficd) for
have repositories on [git.sr.ht], but I'm currently in the process of my personal projects. I have repositories on [git.sr.ht], but I'm
migrating to [codeberg] -- don't expect the old repositories to stay currently in the process of migrating to [codeberg] -- don't expect the
mirrored. Finally, I use [github] _only_ if I'm contributing to a project old repositories to stay mirrored. Finally, I use [github] _only_ if I'm
hosted there. contributing to a project hosted there.
- [git.ficd.sh] (self-hosted) - [git.ficd.sh] (self-hosted)
- [codeberg] - [codeberg]

View file

@ -1,6 +1,6 @@
--- ---
title: Now title: Now
date: July 5 2025 date: 2025-07-13
template: page template: page
--- ---
@ -8,13 +8,7 @@ This is my [now](https://nownownow.com/about) page.
## What I'm up to: ## What I'm up to:
- Playing Stellar Blade and watching Jujutsu Kaisen.
- Writing and beginning implementation work on my dissertation. - 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. - 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 - Migrating my work from sr.ht to [codeberg](https://codeberg.org/ficd)
it. and [git.ficd.sh](https://git.ficd.sh) (see [Git](/git)).
- I also implemented the [Ashen](https://sr.ht/~ficd/ashen) syntax
highlighting theme, and a simple syntax lexer for
[Kakoune](https://kakoune.org) script.