From 07aea5f47a702671b134d1d04f509f295abb9e97 Mon Sep 17 00:00:00 2001 From: wholteza Date: Fri, 19 Sep 2025 21:20:55 +0200 Subject: [PATCH] Theme blog post --- src/notes/6-you-would-not-download-a-theme/note.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/notes/6-you-would-not-download-a-theme/note.md diff --git a/src/notes/6-you-would-not-download-a-theme/note.md b/src/notes/6-you-would-not-download-a-theme/note.md new file mode 100644 index 0000000..b06b486 --- /dev/null +++ b/src/notes/6-you-would-not-download-a-theme/note.md @@ -0,0 +1,13 @@ +# You would not download a theme + +_2025-09-19 - 1 minute read_ + +I read this [blog](https://www.jmaguire.tech/) by a guy called John Maguire. It popped up when i was searching for how to configure [code folding in neovim](https://www.jmaguire.tech/posts/treesitter_folding/) and i thought the style was pretty neat! + +I thought the least i could do was to provide some credits and a link to the place. + +Both the header and the blog post list double dot underlining was done with ::after elements, which i thought was quite nifty. The header uses a repeating linear gradient of the accent color and transparent, never used that before. + +You learn every day! + +Also, I just noticed that my blog engine cannot manage file names with single quotes in them, whoopsie.