summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml34
1 files changed, 0 insertions, 34 deletions
diff --git a/config.toml b/config.toml
deleted file mode 100644
index 054a12e..0000000
--- a/config.toml
+++ /dev/null
@@ -1,34 +0,0 @@
-baseurl = "https://www.davidtsadler.com/"
-title = "davidtsadler.com"
-languageCode = "en-uk"
-enableRobotsTXT = true
-assetDir = "assets"
-
-[params]
- name = "David T. Sadler"
- description = "My little bit of the internet."
-
-[menu]
- [[menu.main]]
- name = "Posts"
- title = "My Posts"
- url = "/posts/"
- [[menu.main]]
- name = "Shows"
- title = "Shows on YouTube"
- url = "/shows/"
-
-[outputFormats]
- [outputFormats.RSS]
- baseName = "rss"
-
-[blackfriday]
- extensionsmask = ["autolink"]
-
-[build]
- publish = "public"
- command = "hugo --gc --minify"
-
-[context.production.environment]
- HUGO_VERSION = "0.20"
-