From 7b329bcdecfd820db98f015fbdd670c49dbdc777 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Tue, 19 Feb 2019 11:48:45 +0100 Subject: Initial commit This adds the initial files for the website, powered by Hugo. Signed-off-by: Sander Vrijders --- config.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 config.toml (limited to 'config.toml') 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" -- cgit v1.2.3