Skip to content

uc-rpa/symposium2019

 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • HTML 53.2%
  • CSS 30.7%
  • JavaScript 13.4%
  • Batchfile 1.6%
  • Other 1.1%