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/index.html | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'build/index.html') diff --git a/build/index.html b/build/index.html index c04b05b..69197cd 100644 --- a/build/index.html +++ b/build/index.html @@ -16,33 +16,52 @@

barf

+

barf is an extremely minimal blog generator.

+

The entire build script is >170 lines of shell.

+

It could almost be called “suckless”, but probably isn’t. It was created for those focused on writing, not tinkering.

+

You can learn more by reading the official README.

+

barf = blogs are really fun

+
+

Get setup in 2 minutes

+

Install dependencies:

+

For Linux (Alpine example):

+
sudo apk add rsync lowdown
 
+

For macOS:

+
brew install rsync lowdown coreutils gnu-sed
 
+

For OpenBSD:

-
doas pkg_add rsync lowdown coreutils gsed cmake gcc
+
+
doas pkg_add lowdown coreutils gsed cmake gcc
 
+

Clone barf:

+
git clone https://git.btxx.org/barf
 
+
  1. Open project, change the domain variable at the top of the core barf file
  2. Run: make build
  3. Upload the contents of build to your server!
  4. Profit?
+
+

Articles