The Carafe.cr is a static site generator and server modeled after Jekyll.
This project is a fork of the original criss created by Johannes Müller.
ALPHA STATUS - this is probably not yet useful for production
Download this repository and run shards install && shards build
Run the executable carafe inside a website folder. It now serves the content from this folder directly.
Run carafe help for command line options.
TODO: Write development instructions here
- Fork it (https://github.com/kritoke/carafe.cr/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
- kritoke - current maintainer
- straight-shoota Johannes Müller - original creator