diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-02-17 19:46:17 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-02-17 19:46:17 +0000 |
| commit | 12b052b1f480c5a95acd1477e28ce76f84ff7932 (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /config.toml | |
| parent | 0b68a4fd6af7383ddd5c41d591361f1d3a5d9050 (diff) | |
Remove everything
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 34 |
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" - |
