summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/hugo.toml.j213
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/hugo.toml.j2 b/templates/hugo.toml.j2
deleted file mode 100644
index 85c0e3a..0000000
--- a/templates/hugo.toml.j2
+++ /dev/null
@@ -1,13 +0,0 @@
-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 }}",
- ]