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