Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Hugo theme for building conference and event websites with speakers, schedule, sponsors, and Google Maps.
Hugo Conference is a Hugo static-site theme for building conference and event websites from a single config.yml file, based on the conf-boilerplate theme by BrazilJS Foundation and released under the MIT license.
Hugo Conference is a theme for the Hugo static site generator that turns a YAML configuration file into a multi-section event website. You provide event details in config.yml; the theme renders sections for About, Location, Speakers, Schedule, Sponsors, and Partners. The project is a port of the conf-boilerplate theme originally made by BrazilJS Foundation and its contributors, and it is maintained by the author jweslley on GitHub.
GoogleMapsKey parameter inside config.yml.config.yml, with a warning to update baseurl before deployment.exampleSite directory contains a working config.yml you can copy to start immediately.hugo server --watch, and the output is a static site ready to host anywhere.Conference organizers who need a working event site quickly, and communities already using Hugo, are the primary audience. Developer and tech-community groups can match the theme to their existing static-site workflow. Non-profit and community-run events can use its sponsor and partner sections to acknowledge financial backers without building a custom page.
You start by installing Hugo, creating a new site with hugo new site my-conf, and cloning the theme into the themes directory. After removing the default config and copying themes/hugo-conference/exampleSite/config.yml into the root, you can run hugo server --watch and begin editing config.yml to see changes live.
