cactus icon indicating copy to clipboard operation
cactus copied to clipboard

🌵A composable static site generator

Results 4 cactus issues
Sort by recently updated
recently updated
newest added

If `site` files supported rules like: ```clojure (page index.md (with-generator Index.re)) ``` Then perhaps we can define `Index.re` to be: ```reason open Cactus; include Cactus.Generator.Make({ let render = (ctx, project,...

While compiling, getting a nice error telling me what line number is the broken one seems ideal to fix it quickly.

The watch mode should keep no cache, and should not keep any state in memory. It should listen to file system changes (adding, removing, modifying) and retrigger a full build.

1. Much more unlikely to accidentally match an existing file with that name (given the domain of the tool) 2. Makes it more obvious that something is related to the...