A super-simple command line based, static file cms. Used in production at print.io.
To run on mac os x via mono, see the wiki.
- Create a site.json file that contains a list of pages that need generating.
- Run
cstatic.exe build site.json
and your site will be created and exported to the /dist folder
Check the examples dir for... examples.
License MIT