The CRystal Instantaneous Static Site is a static site generator and server modeled after Jekyll.
ALPHA STATUS - this is probably not yet useful for production
Criss relies on sass.cr, and some dependencies might be required on your system. Check out the installation instructions for sass.cr
for more details.
Download this repository and run shards install && shards build
Run the executable criss
inside a website folder. It now serves the content from this folder directly.
Run criss help
for command line options.
TODO: Write development instructions here
- Fork it (https://github.com/straight-shoota/criss/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- straight-shoota Johannes Müller - creator, maintainer