mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2026-08-02 03:47:16 -05:00
TBD will be caddy, not sure whether this is actually a good idea because including a Caddy file directly from GitHub Actions accessible job output might be a config injection risk.
54 lines
828 B
YAML
54 lines
828 B
YAML
markup:
|
|
highlight:
|
|
noClasses: false
|
|
lineNos: true
|
|
goldmark:
|
|
parser:
|
|
attribute:
|
|
block: true
|
|
# this is enabled by default already
|
|
#title: true
|
|
|
|
params:
|
|
readingtime: true
|
|
|
|
taxonomies:
|
|
category: categories
|
|
tag: tags
|
|
author: authors
|
|
series: series
|
|
|
|
outputs:
|
|
page:
|
|
- html
|
|
home:
|
|
- html
|
|
- rss
|
|
- redirects
|
|
|
|
outputFormats:
|
|
# https://honnef.co/articles/generating-netlify-_redirects-from-hugo/
|
|
redirects:
|
|
baseName: _redirects
|
|
isPlainText: true
|
|
mediaType: text/redirects
|
|
root: true
|
|
|
|
mediaTypes:
|
|
# https://honnef.co/articles/generating-netlify-_redirects-from-hugo/
|
|
text/redirects:
|
|
delimeter: ""
|
|
|
|
privacy:
|
|
googleAnalytics:
|
|
disable: true
|
|
|
|
x:
|
|
enableDNT: true
|
|
|
|
vimeo:
|
|
enableDNT: true
|
|
|
|
youtube:
|
|
privacyEnhanced: true
|