aboutsummaryrefslogtreecommitdiff
path: root/hugo/README.md
blob: 70c53a03644b486d2f81cc1fc2a8d96e2b395535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Static website
www.sigsum.org can be generated as a static website using [hugo](https://gohugo.io)
and the [hugo-xmin](https://github.com/yihui/hugo-xmin) theme.

## One-time setup
1. Install `hugo`
1. Initialize theme: `git submodule update --init --recursive`

## Test locally
1. Run `hugo serve`
2. Browse http://localhost:1313

## Generate
1. Run `hugo`
2. Static website is now located in `public`