From 8c47200dd81639b7cb1a3a165f4bb2eec2517970 Mon Sep 17 00:00:00 2001 From: bt Date: Thu, 6 Jun 2024 10:08:36 -0400 Subject: Add new blog post, update walkthroughs, new step by step help on homepage --- posts/qol.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 posts/qol.md (limited to 'posts/qol.md') 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! -- cgit v1.2.3-54-g00ecf