A demo event website built with the Hugo Event Theme.
See it in action on https://medialesson.github.io/hugo-theme-event-demo.
You can use this repository as template for your new project. Click here to create a new repository.
- Hugo is installed on your machine.
- You're familiar with Git Submodules.
- Open a shell of your choice.
- Clone this repository with submodules.
git clone --recurse-submodules https://github.com/medialesson/hugo-theme-event-demo.git
- Switch to the repository directory.
- Run npm install to install the required dependencies.
npm install
- Run Hugo in development mode:
hugo server
- View the demo event website on http://localhost:1313/.