aboutsummaryrefslogtreecommitdiff
path: root/pages/about.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-21 12:18:17 -0400
committerBradley Taunt <bt@btxx.org>2024-07-21 12:18:17 -0400
commitb5ab99baf2f2f1e2418640070fda397003ff3dd5 (patch)
tree2c0f6dae2a489faa1230cb51911410c7330914f5 /pages/about.md
parentca10d78e63a3caf8b79ac7b73ff483a7150c2683 (diff)
Update README, add directories, image, LICENSE, and build config
Diffstat (limited to 'pages/about.md')
-rw-r--r--pages/about.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/pages/about.md b/pages/about.md
new file mode 100644
index 0000000..18dafa6
--- /dev/null
+++ b/pages/about.md
@@ -0,0 +1,10 @@
+# About
+
+wruby is a minimal blog generator written in Ruby.
+
+## Why?
+
+This project was created by me, [Bradley Taunt](btxx.org), 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](https://barf.btxx.org) - 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!