From ca10d78e63a3caf8b79ac7b73ff483a7150c2683 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Sat, 20 Jul 2024 14:21:48 -0400 Subject: Initial commit. Consider things in alpha and possible to change. --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3-54-g00ecf