Sha256: c31b953e30eafd851e5bc0552c541a2990b15647ba7219124335292e25c7c7f4
Contents?: true
Size: 1.7 KB
Versions: 1
Compression:
Stored size: 1.7 KB
Contents
# Jalpha [![CircleCI](https://circleci.com/gh/AusDTO/jalpha.svg?style=svg)](https://circleci.com/gh/AusDTO/jalpha) 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. ## What do you get - [Jekyll](https://jekyllrb.com/) - [Jekyll assets](https://github.com/jekyll/jekyll-assets) - [Jekyll Sitemap](https://github.com/jekyll/jekyll-sitemap) - [Autoprefixer](https://github.com/postcss/autoprefixer) - [Bower](http://bower.io/) - [Html-proofer](https://github.com/gjtorikian/html-proofer) - [HTML5 Boilerplate](https://html5boilerplate.com/) (Influenced by) - [Circle CI](https://circleci.com/) - [Cloudfoundry manifest.yml](https://www.cloudfoundry.org/) - setup for multibranch continual deployment to a cloudfoundry platform ## Installation Install the gem: gem install jalpha Execute gem and generate a new project: jalpha new site_name Setup your environment: bin/setup ## Releasing Commit your changes and change the version in [version.rb](https://github.com/AusDTO/jalpha/blob/master/lib/jalpha/version.rb) Push the new release to rubygems: bundle exec rake release ## Bugs If you have found a bug please report it in [GitHub issues](https://github.com/AusDTO/jalpha/issues). ## License MIT License ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request Big thanks to [@nielsenramon](https://github.com/nielsenramon) for https://github.com/nielsenramon/kickster
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jalpha-0.3.1 | README.md |