Enable some more hugo things
This commit is contained in:
parent
b0bd6ef8c9
commit
d2839699b2
1 changed files with 13 additions and 0 deletions
13
config.yml
13
config.yml
|
@ -1,6 +1,7 @@
|
|||
baseURL: http://example.org
|
||||
languageCode: en-gb
|
||||
title: Snippets
|
||||
|
||||
theme: docdock
|
||||
|
||||
params:
|
||||
|
@ -12,3 +13,15 @@ outputs:
|
|||
- HTML
|
||||
- RSS
|
||||
- JSON
|
||||
|
||||
|
||||
enableRobotsTXT: true
|
||||
enableEmoji: true
|
||||
stepAnalysis: true
|
||||
|
||||
pygmentsCodefencesGuessSyntax: true
|
||||
pygmentsCodefences: true
|
||||
pygmentsUseClasses: true
|
||||
|
||||
blackfriday:
|
||||
smartypants: false
|
||||
|
|
Reference in a new issue