A simple static site generator written in ruby.
Install the gem:
$ gem install flue
Then execute:
$ flue
flue build # builds site
flue help [COMMAND] # Describe available commands or one specific command
flue server [options] # runs server mode
Usage:
flue build
builds site
Usage:
flue server [options]
Options:
-t, [--type=TYPE] # Type of server
-p, [--port=PORT] # Port for server
runs server mode
- Fork it
- 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 new Pull Request