aboutsummaryrefslogtreecommitdiff
path: root/posts/qol.md
diff options
context:
space:
mode:
authorbt <bt@btxx.org>2024-06-06 10:08:36 -0400
committerbt <bt@btxx.org>2024-06-06 10:08:36 -0400
commit8c47200dd81639b7cb1a3a165f4bb2eec2517970 (patch)
tree951c9a471b039f01ffb378c1c33f3798fa42e98a /posts/qol.md
parent1d280856feae01dc135cdbb28bfa681ad7d6a63e (diff)
Add new blog post, update walkthroughs, new step by step help on homepage
Diffstat (limited to 'posts/qol.md')
-rw-r--r--posts/qol.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/posts/qol.md b/posts/qol.md
new file mode 100644
index 0000000..f09694e
--- /dev/null
+++ b/posts/qol.md
@@ -0,0 +1,22 @@
+# Quality of Life Improvements
+
+2024-06-06
+
+I haven't circled back to `barf` in quite a bit of time, so I'm happy to announce a small update mainly focused on quality of life improvements! I'll keep things brief and get right into the core changes:
+
+**Automatic detection of your operating system (supports Linux, macOS and OpenBSD currently)**
+
+* `barf` now checks your current OS and sets aliases accordingly
+* this removes the need to hard-set your own aliases or run syslinks
+
+**Added a semantically valid RSS feed**
+
+* `barf` initially launched with Atom support only, now a separate RSS feed is generated at build time
+
+**Removed hardcoded feed links from `header.html`**
+
+* You now only need to set your main domain at the top of the core `barf` file.
+
+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!