made 'zona' case consistent in all pages

This commit is contained in:
Daniel Fichtinger 2025-07-04 17:50:09 -04:00
parent 63ec12a6c1
commit 2c69fa1a5c
5 changed files with 8 additions and 8 deletions

View file

@ -20,7 +20,7 @@ tighter-knit community — but I'd be lying if I said it wasn't inconvenient at
times. times.
One such time is _getting Kakoune syntax highlighting on my blog_. Most SSG One such time is _getting Kakoune syntax highlighting on my blog_. Most SSG
setups (including [Zona], my home-brewed project) rely on external libraries to setups (including [zona], my home-brewed project) rely on external libraries to
provide code highlighting. For example, this website uses [Pygments], which is a provide code highlighting. For example, this website uses [Pygments], which is a
mature Python library. Now, Pygments boasts support for "a wide range of 597 mature Python library. Now, Pygments boasts support for "a wide range of 597
languages and other text formats". languages and other text formats".
@ -103,7 +103,7 @@ created. The plugin is also available as the `pygments-kakoune` package on
[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.sr.ht/~ficd/zona [zona]: https://git.sr.ht/~ficd/zona
[Ashen]: https://sr.ht/~ficd/ashen [Ashen]: https://sr.ht/~ficd/ashen
[Kakoune]: https://kakoune.org [Kakoune]: https://kakoune.org
[Helix]: https://github.com/helix-editor/helix [Helix]: https://github.com/helix-editor/helix

View file

@ -7,6 +7,6 @@ post: false
Welcome to my blog. Expect to find posts about Linux, text editors, and Welcome to my blog. Expect to find posts about Linux, text editors, and
programming. If you have questions about something I've written, please programming. If you have questions about something I've written, please
[contact](/contact) me. If you want to keep up with my posts, I'm working on [contact](/contact) me. If you want to keep up with my posts, I'm working on
adding an RSS feed to [Zona] and a mailing list for this blog. adding an RSS feed to [zona] and a mailing list for this blog.
[Zona]: https://sr.ht/~ficd/zona [zona]: https://sr.ht/~ficd/zona

View file

@ -13,7 +13,7 @@ title: Home
Welcome to my website. I like programming, Linux, and cybersecurity. I Welcome to my website. I like programming, Linux, and cybersecurity. I
can usually be found coding, learning, or petting my cat. This website can usually be found coding, learning, or petting my cat. This website
is built with [Zona], my own static site generator. I'm the author of is built with [zona], my own static site generator. I'm the author of
[Ashen](https://sr.ht/~ficd/ashen), a warm, dark, muted color scheme. [Ashen](https://sr.ht/~ficd/ashen), a warm, dark, muted color scheme.
If you want to learn more about me, please check the [about](/about) If you want to learn more about me, please check the [about](/about)
@ -21,4 +21,4 @@ section, my [blog](/blog), or the [now](/now) page. If you're up for
the challenge, this website contains an unlisted poetry page — try the challenge, this website contains an unlisted poetry page — try
finding it! finding it!
[Zona]: https://sr.ht/~ficd/zona [zona]: https://sr.ht/~ficd/zona

View file

@ -12,7 +12,7 @@ This is my [now](https://nownownow.com/about) page.
- 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 - Obsessively customizing Kakoune and writing too many plugins for my sanity to
keep up with. 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 - It's now stable enough for use; in fact, this entire website was built with
it. it.
- I also implemented the [Ashen](https://sr.ht/~ficd/ashen) syntax - I also implemented the [Ashen](https://sr.ht/~ficd/ashen) syntax

View file

@ -29,7 +29,7 @@ work, please see the [research](/research) section.
## Static Site Builder ## Static Site Builder
[Zona](https://git.sr.ht/~ficd/zona) [zona](https://git.sr.ht/~ficd/zona)
- Static site builder written in Python and optimized for lightweight blogs - Static site builder written in Python and optimized for lightweight blogs
following minimalist design principles. following minimalist design principles.