diff --git a/content/blog/implementing-kakoune-syntax-highlighting.md b/content/blog/implementing-kakoune-syntax-highlighting.md index f3b0702..f401255 100644 --- a/content/blog/implementing-kakoune-syntax-highlighting.md +++ b/content/blog/implementing-kakoune-syntax-highlighting.md @@ -20,7 +20,7 @@ tighter-knit community — but I'd be lying if I said it wasn't inconvenient at times. 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 mature Python library. Now, Pygments boasts support for "a wide range of 597 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 own projects. -[Zona]: https://git.sr.ht/~ficd/zona +[zona]: https://git.sr.ht/~ficd/zona [Ashen]: https://sr.ht/~ficd/ashen [Kakoune]: https://kakoune.org [Helix]: https://github.com/helix-editor/helix diff --git a/content/blog/index.md b/content/blog/index.md index 320a94b..c2daa52 100644 --- a/content/blog/index.md +++ b/content/blog/index.md @@ -7,6 +7,6 @@ post: false Welcome to my blog. Expect to find posts about Linux, text editors, and 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 -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 diff --git a/content/index.md b/content/index.md index 97c8ddc..f9615dc 100644 --- a/content/index.md +++ b/content/index.md @@ -13,7 +13,7 @@ title: Home Welcome to my website. I like programming, Linux, and cybersecurity. I 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. 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 finding it! -[Zona]: https://sr.ht/~ficd/zona +[zona]: https://sr.ht/~ficd/zona diff --git a/content/now.md b/content/now.md index 91c692c..06f7cb3 100644 --- a/content/now.md +++ b/content/now.md @@ -12,7 +12,7 @@ This is my [now](https://nownownow.com/about) page. - 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 it. - I also implemented the [Ashen](https://sr.ht/~ficd/ashen) syntax diff --git a/content/projects.md b/content/projects.md index 4e5c7b2..9c5b208 100644 --- a/content/projects.md +++ b/content/projects.md @@ -29,7 +29,7 @@ work, please see the [research](/research) section. ## 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 following minimalist design principles.