Jalpha generates a new Jekyll project packed with everything you should need to get started on your examplar's Alpha. This allows you to concentrate on your project from day one.
Install the gem:
gem install jalpha
Execute gem and generate a new project:
jalpha new site_name
Setup your environment:
bin/setup
Commit your changes and change the version in version.rb
Push the new release to rubygems:
bundle exec rake release
If you have found a bug please report it in GitHub issues.
MIT License
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)Big thanks to @nielsenramon for https://github.com/nielsenramon/kickster