tinyjam icon indicating copy to clipboard operation
tinyjam copied to clipboard

A radically simple, zero-configuration static site generator in JavaScript

Results 3 tinyjam issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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.

enhancement