barf
barf is an extremely minimal blog generator.
The entire build script is less than 100 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 and view the generated Atom feed here
barf = blogs are really fun
Get setup in 2 minutes
Install dependencies:
- For Linux:
rsync
- For macOS:
brew install coreutils gnu-sed
- For OpenBSD:
doas pkg_add rsync coreutils gsed cmake gcc
Clone and install the lightweight markdown parser, smu
git clone https://git.btxx.org/smu
cd smu ; make ; sudo make install
Clone barf
:
git clone https://git.btxx.org/barf
- Open project, change the
domain
variable at the top of the core barf file - Run:
make build
- Upload the contents of
build
to your server! - Profit?
Articles
- 2024-06-06 · Quality of Life Improvements
- 2023-10-09 · Cleaning Up barf's Structure
- 2023-08-12 · Running `barf` on OpenBSD
- 2023-03-07 · Supporting Basic Dark Mode
- 2023-01-18 · Running `barf` on MacOS
- 2023-01-05 · Markdown Examples in barf