Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.67 KB

README.md

File metadata and controls

54 lines (41 loc) · 1.67 KB

Riverside Postdoctoral Association Postdoc Symposium 2019

About

TODO:: Add the Guidelines

Original Code from HERE

Quick-start guide

  1. Fork this repo
  2. Clone locally
  3. Update _config.yml
  4. Select what content blocks do you need
  5. Push changes to gh-pages branch
  6. Enjoy your awesome DevFest site at http://[your github name].github.io/

Local development

Check if you have all requirements for local environment. To install all development dependencies install Bundler.

    gem install bundler

and run next command from root folder:

  bundle install

To start Jekyll run:

    bundle exec jekyll server

Site 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.

Documentation

Quick-start guide is not enough? Checkout full documentation.

Used libraries

Contributors

License

Project is published under the MIT license.