tinyjam
tinyjam copied to clipboard
A radically simple, zero-configuration static site generator in JavaScript
Currently 80% of install size of `tinyjam` is `js-yaml`, which seems disproportionate. YAML is also known to be a very complicated and hard to parse format for such a simple...
Feature suggestion: provide a `destPath` variable that allows templates to know the current destination file. As far as I know, it's mostly useful for canonical links (`` and ``), which...
It would be nice to be able to do `tinyjam --watch` and have it run in the background, automatically recompiling when the source files change.