aboutsummaryrefslogtreecommitdiff
path: root/posts/qol.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-06-07 10:27:38 -0400
committerBradley Taunt <bt@btxx.org>2024-06-07 10:27:38 -0400
commit8a3e4e5207f59d42bfd6075e3792267266c86e71 (patch)
treef54d760781244072ff66564b011fef18dbf4a3de /posts/qol.md
parent8c47200dd81639b7cb1a3a165f4bb2eec2517970 (diff)
Homepage changes, README updates, swap to lowdown, cleanup
Diffstat (limited to 'posts/qol.md')
-rw-r--r--posts/qol.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/posts/qol.md b/posts/qol.md
index f09694e..57da105 100644
--- a/posts/qol.md
+++ b/posts/qol.md
@@ -17,6 +17,10 @@ I haven't circled back to `barf` in quite a bit of time, so I'm happy to announc
* You now only need to set your main domain at the top of the core `barf` file.
+**Swapped out `smu` for `lowdown`**
+
+* The default Markdown parser is now set to `lowdown`. The original parser (`smu`) is great, but I wanted to make the project simpler by avoiding users to clone and build a separate package.
+
That's it really! I've also updated the original blog posts about setting up `barf` on macOS and OpenBSD to reflect these changes.
Cheers!