From 85122f2ee05133f2635dd0554e33fc24b7104067 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Wed, 3 Jul 2024 12:06:08 -0400 Subject: More homepage updates --- build/index.html | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) (limited to 'build/index.html') diff --git a/build/index.html b/build/index.html index 69197cd..02ea0ab 100644 --- a/build/index.html +++ b/build/index.html @@ -16,52 +16,33 @@

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
+
sudo apk add rsync lowdown coreutils
 
-

For macOS:

-
brew install rsync lowdown coreutils gnu-sed
 
-

For OpenBSD:

-
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

Feeds: Atom | RSS
- Built with barf.
- The code for this site is MIT. + Built with barf.
+ The code for this site is MIT.
\ No newline at end of file -- cgit v1.2.3-54-g00ecf