Compare commits

...

3 commits

Author SHA1 Message Date
0788eff5c9 pinned zona to ref in deploy action
All checks were successful
/ deploy (push) Successful in 20s
2025-07-13 03:45:27 -04:00
b8f61b830d update contact 2025-07-13 03:43:52 -04:00
751c15d703 updated git links 2025-07-13 03:29:12 -04:00
8 changed files with 20 additions and 41 deletions

View file

@ -8,7 +8,7 @@ jobs:
container:
image: node:alpine
env:
ZONA: https://git.ficd.sh/ficd/zona.git
ZONA: git+https://git.ficd.sh/ficd/zona.git@dacea2756af75d1151788cc0c1b2eefbead3c01f
site: ficd.sh
site_draft: draft.ficd.sh
steps:

View file

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

View file

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

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
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/

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

@ -2,8 +2,7 @@
title: Contact Me
---
- Email
- [daniel@ficd.sh](mailto:daniel@ficd.sh) (Development, open-source
inquiries.)
- [daniel@ficd.ca](mailto:daniel@ficd.ca) (Personal, professional
inquiries.)
- [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.

View file

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

View file

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