aboutsummaryrefslogtreecommitdiff
path: root/hugo/config.toml
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2021-08-24 17:05:27 +0200
committerRasmus Dahlberg <rasmus.dahlberg@kau.se>2021-08-24 17:05:27 +0200
commit9f097eb30e867d1c26f9847d578e9cb46366a7a3 (patch)
tree156b8086249259766055b218a8e0fecfe14f852d /hugo/config.toml
parent8f2b510b7974bd95de7c08372931da4b0317b97c (diff)
added static website generation with hugo and hugo-xmin theme
Diffstat (limited to 'hugo/config.toml')
-rw-r--r--hugo/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/hugo/config.toml b/hugo/config.toml
new file mode 100644
index 0000000..95b90a7
--- /dev/null
+++ b/hugo/config.toml
@@ -0,0 +1,4 @@
+baseURL = "https://www.sigsum.org/"
+languageCode = "en-us"
+title = "Sigsum"
+theme = "hugo-xmin"