Hugo Themes
Hugo Conference
The easiest way to create websites for conference/events
- Author: jweslley
- Minimum Hugo Version: 0.21
- GitHub Stars: 30
- Updated: 2019-01-16
- License: MIT
- Tags:
Responsive
Note! This theme has not been updated for more than 2 years.
If you are maintainer of this theme, please verify that this theme works with a recent release of Hugo. Then add an appropriate Version Configuration to the theme'sconfig.toml
and then finally tag a new version.
Hugo conference
Hugo conference is a theme for conferences/events based on the original conf-boilerplate theme by BrazilJS Foundation and his many contributors.
Building my conference site from scratch
Install Hugo
Create a new site by running:
hugo new site my-conf cd my-conf git clone https://github.com/jweslley/hugo-conference themes/hugo-conference rm -f config.toml cp themes/hugo-conference/exampleSite/config.yml .
It’s done. Just start Hugo server to see it live!
hugo server --watch
Customizing the site
All the site information can be found in the config.yml
file. Just edit it to make changes.
By default, the site have the following sections:
- About - to describe what’s the main goal of your event.
- Location - to show where it’s going to happen through Google Maps.
- Speakers - to list information about speakers.
- Schedule - to show the agenda.
- Sponsors - to show the brand of your sponsors.
- Partners - to show the brand of your partners.
Ps: It’s important to change the baseurl
property from config.yml
file in order to reflect your settings.
Google Maps
Google now requires a Google Maps JavaScript API Key to show maps. You can obtain your key here. Then set your API key in the GoogleMapsKey
param in the config.yml
file.
License
MIT, see LICENSE.