From 6b829cb0bb86bd75b872f32f3121722b000ec419 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Tue, 4 Jun 2024 11:19:50 -0400 Subject: Fix personal URL on about page --- build/about/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/about/index.html') diff --git a/build/about/index.html b/build/about/index.html index 4c9ce2d..f172116 100644 --- a/build/about/index.html +++ b/build/about/index.html @@ -17,7 +17,7 @@

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.

+

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.