Skip to content

medialesson/hugo-theme-event-demo

Repository files navigation

Hugo Event Theme Demo

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.

Getting started

Prerequisites

  1. Hugo is installed on your machine.
  2. You're familiar with Git Submodules.

Installation

  1. Open a shell of your choice.
  2. Clone this repository with submodules.
    git clone --recurse-submodules https://github.com/medialesson/hugo-theme-event-demo.git
  3. Switch to the repository directory.
  4. Run npm install to install the required dependencies.
    npm install
  5. Run Hugo in development mode:
    hugo server
  6. View the demo event website on http://localhost:1313/.

About

A demo conference website built with the Hugo conference theme.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published