aboutsummaryrefslogtreecommitdiff
path: root/hugo/README.md
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@mullvad.net>2022-03-27 22:48:48 +0200
committerRasmus Dahlberg <rasmus@mullvad.net>2022-03-27 22:48:48 +0200
commitdb6ad1e00ea255fdae9306ab3133debcbd4d1732 (patch)
tree9c81317478b99220868baa42463fdeafd80f5e9d /hugo/README.md
parentdcf08e5f695afe5cf0b84f1131e0c2599ae229ad (diff)
update source of www.sigsum.org
New template, font, colors, and logo. A few edits to text, chunking it up under a few different pages that can be navigated.
Diffstat (limited to 'hugo/README.md')
-rw-r--r--hugo/README.md29
1 files changed, 17 insertions, 12 deletions
diff --git a/hugo/README.md b/hugo/README.md
index 70c53a0..b0fc189 100644
--- a/hugo/README.md
+++ b/hugo/README.md
@@ -1,15 +1,20 @@
-# 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.
+# www.sigsum.org
+This website is built using [Hugo][] and the [researcher][] theme.
-## One-time setup
-1. Install `hugo`
-1. Initialize theme: `git submodule update --init --recursive`
+[Hugo]: https://gohugo.io/
+[researcher]: https://github.com/ojroques/hugo-researcher
-## Test locally
-1. Run `hugo serve`
-2. Browse http://localhost:1313
+## Quick start after cloning
-## Generate
-1. Run `hugo`
-2. Static website is now located in `public`
+1. Run `git submodule update --init --recursive`.
+2. Follow the instruction [here][] to install extended Hugo.
+3. Try serving the website locally
+ 1. Run `hugo serve`
+ 2. Browse http://localhost:1313
+
+[here]: https://gohugo.io/getting-started/installing/#fetch-from-github
+
+## Generate a new website that can be published
+
+1. Check that it runs as expected locally (see quick start, step 3).
+2. Run `hugo` to create the `public` repository that should be deployed.