aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorSander Vrijders <sander@ouroboros.rocks>2019-02-19 11:48:45 +0100
committerSander Vrijders <sander@ouroboros.rocks>2019-02-19 11:56:34 +0100
commit7b329bcdecfd820db98f015fbdd670c49dbdc777 (patch)
tree963a1815b1639d0a63f345a3d6edabdf20fa08b1 /config.toml
downloadwebsite-7b329bcdecfd820db98f015fbdd670c49dbdc777.tar.gz
website-7b329bcdecfd820db98f015fbdd670c49dbdc777.zip
Initial commit
This adds the initial files for the website, powered by Hugo. Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml23
1 files changed, 23 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..dfc0b79
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,23 @@
+baseURL = "https://ouroboros.rocks/"
+languageCode = "en-us"
+title = "Ouroboros"
+theme = "terrassa"
+enableRobotsTXT = true
+DefaultContentLanguage = "en"
+
+[params]
+description = "Ouroboros is a decentralized packet network"
+favicon = "/images/icon.png"
+logo = "/images/icon.png"
+
+[params.contact]
+email = "ouroboros@freelists.org"
+
+[params.copy]
+copy = ""
+
+[menu]
+[[menu.main]]
+name = "Repository"
+weight = 40
+url = "/cgit"