From 2b545623c8d2751aa76ad5de0ebefcadd9b13904 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Sat, 6 Jul 2024 07:52:09 -0400 Subject: Remove build and include gitignore --- build/index.html | 69 -------------------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 build/index.html (limited to 'build/index.html') diff --git a/build/index.html b/build/index.html deleted file mode 100644 index 02ea0ab..0000000 --- a/build/index.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - barf - - - - - - - -
-

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 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. -
  3. Run: make build
  4. -
  5. Upload the contents of build to your server!
  6. -
  7. Profit?
  8. -
-
-

Articles

- - \ No newline at end of file -- cgit v1.2.3-54-g00ecf