mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-10-14 02:55:16 -05:00
I don't think it's ever been that useful. It was originally implemented
as kind of a test of what Hugo output formats were capable of. It waited
for the `ugly` option to get added in `outputFormats` and the novelty of
a new Hugo feature was part of the fun of it.
As mentioned in 7a65f92f53
:
I believe I originally added it because I thought it was somewhat
hard to get from the "View history" commit list to the actual page
but I feel like people who care enough to go looking for the source
code will be willing to use GitHub to find the actual source file.
37 lines
469 B
YAML
37 lines
469 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
|
|
|
|
privacy:
|
|
googleAnalytics:
|
|
disable: true
|
|
|
|
x:
|
|
enableDNT: true
|
|
|
|
vimeo:
|
|
enableDNT: true
|
|
|
|
youtube:
|
|
privacyEnhanced: true
|