aboutsummaryrefslogtreecommitdiff
path: root/hugo/config.toml
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/config.toml
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/config.toml')
-rw-r--r--hugo/config.toml41
1 files changed, 37 insertions, 4 deletions
diff --git a/hugo/config.toml b/hugo/config.toml
index 95b90a7..66718d0 100644
--- a/hugo/config.toml
+++ b/hugo/config.toml
@@ -1,4 +1,37 @@
-baseURL = "https://www.sigsum.org/"
-languageCode = "en-us"
-title = "Sigsum"
-theme = "hugo-xmin"
+title = ""
+baseURL = "https://www.sigsum.org"
+theme = "researcher"
+
+[params]
+ author = "The Sigsum Project"
+ description = "The Sigsum Project website"
+ logo = "/media/logo.svg"
+ [params.footer]
+ text = ""
+ url = ""
+ [params.style] # appearance options (can be omitted)
+ fontFamily = "Outfit"
+ pageWidth = "750px"
+ avatarSize = "90px"
+ [[params.socialIcons]]
+ icon = "fab fa-git"
+ title = "git"
+ url = "https://git.sigsum.org/"
+ [[params.socialIcons]]
+ icon = "fas fa-envelope"
+ title = "E-mail"
+ url = "https://lists.sigsum.org"
+
+[menu]
+ [[menu.main]]
+ name = "Docs"
+ url = "/docs"
+ weight = 1
+ [[menu.main]]
+ name = "Contact"
+ url = "/contact"
+ weight = 2
+ [[menu.main]]
+ name = "About"
+ url = "/about"
+ weight = 3