TODO:: Add the Guidelines
Original Code from HERE
- Fork this repo
- Clone locally
- Update
_config.yml - Select what content blocks do you need
- Push changes to
gh-pagesbranch - Enjoy your awesome DevFest site at
http://[your github name].github.io/
Check if you have all requirements for local environment. To install all development dependencies install Bundler.
gem install bundlerand run next command from root folder:
bundle installTo start Jekyll run:
bundle exec jekyll serverSite will be available at http://127.0.0.1:4000/
NOTE: in this mode all changes to html and data files will be automatically regenerated, but after changing _config.yml you have to restart server.
Quick-start guide is not enough? Checkout full documentation.
Project is published under the MIT license.