aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-20 14:21:48 -0400
committerBradley Taunt <bt@btxx.org>2024-07-20 14:21:48 -0400
commitca10d78e63a3caf8b79ac7b73ff483a7150c2683 (patch)
tree4a8a18ff5afd6656c158fe91a63526eab23269de /README.md
Initial commit. Consider things in alpha and possible to change.
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9c6e1ff
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+# wruby
+
+> This is a heavy work-in-progress. Consider this in alpha state.
+
+Minimal blog and static site generator. The "w" is silent...
+
+## Dependencies
+
+- `ruby`
+
+Install required gems:
+
+```
+gem install kramdown rss
+```
+
+## Running
+
+1. Create markdown blog posts under root `posts/` directory
+2. Create markdown pages under root `/pages` directory
+3. Store media (images, videos etc) inside the root `/public` directory
+4. Run `make build` in root
+5. Upload `build` folder to your server \ No newline at end of file