Skip to content

chapmanb/bcc2020.github.io

 
 

Repository files navigation

Bioinformatics Community Conference 2020 Website

About

The BCC2020 website is built on top of Jekyll - simple, blog-aware, static site generator. Jekyll also happens to be the engine behind GitHub Pages, which means you can use Jekyll to host your website from GitHub’s servers for free. Learn more about Jekyll.

Template is brought by GDG Lviv team. Substantial modifications were made to get it working for a non-GDG event.

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 clean && bundle exec jekyll serve --incremental

Site will be available at http://127.0.0.1:4000/ or http://localhost:4000/ (on Windows)

NOTE: in this mode all changes to html, image, and css files will be automatically regenerated, but most changes to .yml files, layouts, and _config.yml will not. If your website is not updating, kill the serve command and make sure you are running bundle exec jekyll clean before re-launch.

Sass(Compass) support

Note: You need to install Node.js

To watch changes of .sass files and compile it to the .css on a fly change property safe: true to safe: false in _config.yml. Note: It works only on local machine, because GitHub runs Jekyll in --safe mode

Learn more about Sass development from documentation.

Documentation

Full documentation on the original template is available from GDG-X.

Contributors

License

Project is published under the MIT license. Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)

Images from Unsplash

  • Hero image by Juan Davila @juanster
  • Team image by Chang Duong @chang612
  • Submission image by ron dyar @prolabprints
  • Collabfest image by You X Ventures @youxventures
  • Partners image by Tom Crew @tomcrewceramics
  • About section:
    • Speaker image by Wonderlane @wonderlane
    • Workshop image by Priscilla Du Preez @priscilladupreez
    • CoFest image by Marvin Meyer @marvelous
  • Keynote image by Andrew Seaman @amseaman
  • Code of Conduct image by Clay Banks @claybanks
  • BCC Remo post image by Samuel Pereira @samuelpereira

Releases

No releases published

Packages

No packages published

Languages

  • CSS 44.6%
  • HTML 33.5%
  • JavaScript 19.8%
  • Ruby 1.3%
  • Other 0.8%