summaryrefslogtreecommitdiffstats
path: root/docs/config.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-07-31 09:21:24 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-07-31 09:21:24 +0200
commit1c18f3fc49051fe75604b804e514be7e15712526 (patch)
tree707f38033fc6033436c70eb6baa179728ca18817 /docs/config.toml
parentcb9dfc2613ae5125cafa450097fb0f62dd3770e7 (diff)
parent50ec65fbe1a48475d3320775dab2c47389c02114 (diff)
Diffstat (limited to 'docs/config.toml')
-rw-r--r--docs/config.toml10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/config.toml b/docs/config.toml
index 08c72176f..61df5b873 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -6,7 +6,7 @@ enableEmoji = true
footnotereturnlinkcontents = "↩"
languageCode = "en-us"
metaDataFormat = "yaml"
-title = "Hugo: A Fast and Flexible Website Generator"
+title = "Hugo"
theme = "gohugoioTheme"
googleAnalytics = "UA-7131036-4"
@@ -25,7 +25,7 @@ pygmentsCodeFences = true
pygmentsStyle = "friendly"
[outputs]
-home = [ "HTML", "RSS", "REDIR" ]
+home = [ "HTML", "RSS", "REDIR", "HEADERS" ]
section = [ "HTML", "RSS"]
[mediaTypes]
@@ -39,7 +39,11 @@ mediatype = "text/netlify"
baseName = "_redirects"
isPlainText = true
notAlternative = true
-
+[outputFormats.HEADERS]
+mediatype = "text/netlify"
+baseName = "_headers"
+isPlainText = true
+notAlternative = true
[social]
twitter = "GoHugoIO"