rssg 1.3.0

A rusty static-site generator leveraging shell commands.
1
2
3
4
5
6
7
8
9
# RSSG
## A rusty static-site generator

### This readme is indicative of the rest of this project: hacky, non-idiomatic, *in need of help*

This SSG is heavily inspired by the [nanoc](https://nanoc.app) SSG.
However, it replaces the loosey-goosey, ill-defined (but powerful) Ruby filter,
layout, routing system with a more well-defined (but less flexible) one that uses
shell commands to preprocess your data.