summaryrefslogtreecommitdiff
path: root/config.toml
blob: 054a12e774d4556d16f6f5b53e9956d21b66a759 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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"