Jekyll template for a conference website containing program, speaker, talks and room overview
The Jekyll theme “jekyll-theme-conference” is a responsive theme based on Bootstrap 4. It is designed for conferences and offers various features such as a multi-day program, talk and speaker descriptions, a map for directions, real-time live indications during the conference, and support for embedded video streaming or recordings. The theme uses static files and does not require databases, making it easy to generate and manage the website.
There are three ways to install the theme:
Gem-based Method:
gem "jekyll-theme-conference"
bundle install to fetch and update the bundled gems._config.yml file:theme: jekyll-theme-conference
Remote Theme Method:
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
_config.yml file:plugins:
- jekyll-include-cache
remote_theme: "DigitaleGesellschaft/jekyll-theme-conference@v3.6.1"
Manual Method:
The jekyll-theme-conference is a responsive Jekyll theme based on Bootstrap 4. It is designed for conference websites and offers features such as a multi-day program/schedule, talk and speaker descriptions, a map for directions, real-time live indications, and support for embedded video streaming or recordings. The theme can be installed using either the Gem-based method, the Remote Theme method, or by manually referencing the theme’s files.