summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-12-22 04:08:34 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-12-22 04:08:34 +0100
commitd0d6117176d68b2345d36e81ccdaa447e9caa724 (patch)
tree6cb8f3e4735a695be8c0922434df4c60f7cf82c7 /config.toml
Moving to Hugo.
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..61e69cd
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,12 @@
+baseURL = "https://tonkadur.of.tacticians.online/"
+languageCode = "en-us"
+title = "Tonkadur"
+theme = "hugo-theme-learn"
+[params]
+ custom_css = ["css/prism.css"]
+
+# For search functionality
+[outputs]
+home = [ "HTML", "RSS", "JSON"]
+
+