Add more config variables
This commit is contained in:
parent
a4c5370fd2
commit
65822a743d
1 changed files with 19 additions and 2 deletions
21
config.yml
21
config.yml
|
@ -1,4 +1,21 @@
|
||||||
baseURL: http://example.com
|
baseURL: https://theorangeone.net
|
||||||
languageCode: en-gb
|
languageCode: en-gb
|
||||||
title: My New Hugo Site
|
title: TheOrangeOne
|
||||||
|
|
||||||
staticDir: "static/build"
|
staticDir: "static/build"
|
||||||
|
|
||||||
|
buildDrafts: false
|
||||||
|
buildFuture: true
|
||||||
|
buildExpired: true
|
||||||
|
|
||||||
|
enableGitInfo: true
|
||||||
|
enableRobotsTXT: true
|
||||||
|
|
||||||
|
disableHugoGeneratorInject: true
|
||||||
|
enableEmoji: true
|
||||||
|
|
||||||
|
pygmentsCodeFencesGuessSyntax: true
|
||||||
|
rssLimit: 100
|
||||||
|
|
||||||
|
blackfriday:
|
||||||
|
hrefTargetBlank: true
|
||||||
|
|
Loading…
Reference in a new issue