From 77deda68beb468f2ba67c1eb2899f834de5ab317 Mon Sep 17 00:00:00 2001 From: bt Date: Sat, 8 Jun 2024 11:56:18 -0400 Subject: Use openrsync for OpenBSD systems, alter README --- build/about/index.html | 4 ++ build/atom.xml | 127 +++++++++++++++++++++++++++++++++++-- build/cleanup/index.html | 9 +++ build/dark-mode/index.html | 8 +++ build/index.html | 21 +++++- build/macos/index.html | 7 ++ build/markdown-examples/index.html | 81 ++++++++++++++++++++++- build/openbsd/index.html | 6 ++ build/qol/index.html | 12 ++++ build/rss.xml | 127 +++++++++++++++++++++++++++++++++++-- build/websites/index.html | 2 + 11 files changed, 390 insertions(+), 14 deletions(-) (limited to 'build') diff --git a/build/about/index.html b/build/about/index.html index 698aa5c..860308b 100644 --- a/build/about/index.html +++ b/build/about/index.html @@ -16,9 +16,13 @@

About barf

+

barf is a minimal and suckless-inspired blog generator. It is a tweaked and slightly patched version of Karl Bartel’s fantastic blog.sh.

+

Why?

+

This project was created by me, Bradley Taunt, out of frustration with overly complex and bloated blogging options. I tried so many “minimal” generators but each one ended up having some glaring issue or heavy reliance on dependencies.

+

I wanted to have a system that I could easily replicate on any Linux machine. Something that didn’t require me to download half the internet just to get up and running. I’m a sucker for keeping things simple.