wruby.site

Minimal blog generator written in Ruby.

The “w” is silent.

Source Code

The source code is licensed under MIT and can be found on Codeberg.

Clone it directly:

git clone https://codeberg.org/btxx/wruby.git

Be sure to look over the main README file, since it provides more detailed explanations.

What You Get

Usage

The main requirements are ruby (≥3.3.0), bundler.

I recommend using rbenv to install specific Ruby versions.

rbenv install 3.3.0
rbenv local 3.3.0

bundle install
make build

Your generated website content will be output into the root build folder. Place this content on your server and enjoy your static blog!

Latest Posts