Charsi
A static site generator for Ruby.
Usage
Build the site
Run the static site generator:
bundle exec charsi buildWatch for changes
Run the static site generator with file watching:
bundle exec charsi build --watchCreate a new project
Generate a new Charsi project:
bundle exec charsi new <project_name>