From b5ab99baf2f2f1e2418640070fda397003ff3dd5 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Sun, 21 Jul 2024 12:18:17 -0400 Subject: Update README, add directories, image, LICENSE, and build config --- build/about/index.html | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 build/about/index.html (limited to 'build/about') diff --git a/build/about/index.html b/build/about/index.html new file mode 100644 index 0000000..ef79ef3 --- /dev/null +++ b/build/about/index.html @@ -0,0 +1,50 @@ + + + + + + + + About + + + + + + + +
+ +

About

+ +

wruby is a minimal blog generator written in Ruby.

+ +

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. Originally, I solved this problem by creating barf - a blog generator pieced together with basic sheel scripting. While this project works well, I prefer to write with Ruby since it is such a beautiful language.

+ +

So, wruby was born. There isn’t much else to say. I hope you enjoy using it and +be sure to report any issues if you come arcoss any bugs!

+
+
+ -- cgit v1.2.3-54-g00ecf