summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2019-04-29 00:13:49 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2019-04-29 00:13:49 +0100
commit49f746f1ee9205c4028bdc8f18aa888367eb3ddb (patch)
tree8d8b86c72e335a0ebea08e8ed29fb5c7ab439b25 /config.toml
parent6de514f5ff850ab90495e3230417cf0883940985 (diff)
Initial site layout
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..1edc32a
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,25 @@
+baseurl = "https://www.davidtsadler.com/"
+title = "davidtsadler.com"
+languageCode = "en-uk"
+enableRobotsTXT = true
+
+[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"]