summaryrefslogtreecommitdiff
path: root/templates/hugo.toml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/hugo.toml.j2')
-rw-r--r--templates/hugo.toml.j213
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/hugo.toml.j2 b/templates/hugo.toml.j2
new file mode 100644
index 0000000..85c0e3a
--- /dev/null
+++ b/templates/hugo.toml.j2
@@ -0,0 +1,13 @@
+baseURL = "https://{{ domain }}"
+languageCode = "en-us"
+title = "{{ username }}"
+theme = "dos-theme"
+publishDir = "/var/www/html/docs"
+disableKinds = ["taxonomy", "RSS", "sitemap"]
+disablePathToLower = true
+disableHugoGeneratorInject = true
+
+[params]
+ contacts = [
+ "{{ radio_email }}",
+ ]