aboutsummaryrefslogtreecommitdiff
path: root/pages/about.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-22 08:46:55 -0400
committerBradley Taunt <bt@btxx.org>2024-07-22 08:46:55 -0400
commitcd4572bb814834bd2613f4a351b35460af93d785 (patch)
tree58ca801d7dbf2a166b22e7b169806a0686d0cc4f /pages/about.md
parent81badb77f92bc0cab55af292ea2bd31e04d69bb4 (diff)
Add websites page, new blog post example
Diffstat (limited to 'pages/about.md')
-rw-r--r--pages/about.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/pages/about.md b/pages/about.md
index e337441..5334e36 100644
--- a/pages/about.md
+++ b/pages/about.md
@@ -4,7 +4,9 @@ wruby is a minimal blog generator written in Ruby.
## Why?
-This project was created by me, [Bradley Taunt](https://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.
+This project was created by me, [Bradley Taunt](https://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 shell 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!