scripts
This page contains a few scripts I made.
- gen_website.rb: A simple static website generator.
It's written in plain Ruby (i.e. no third-party gems are used) and features a
templating system using erb.
Fun fact: This website was made using this script.