Website for the VLCTechFest2019 event. Created with ❤ by volunteers.
Ruby required. You must use the Github Pages Gem bundled Jekyll in order to make it work properly:
$ bundle install
$ bundle exec jekyll serve --watch
Based on https://github.com/sylvaindurand/jekyll-multilingual. For more info visit the Making Jekyll multilingual article
When adding a new community, there are two steps that need to be done:
- Add the community logo (preferably in SVG format) to
images/communities/ - Modify the
_data/communities.yamlfile, with the next fields:name,image(the logo image name, with no path) andlinks: a list of social media links.
Original theme created over the Jekyll default theme.
MIT © VLCTechHub