mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
config: Document popular blackfriday options (#316)
This commit is contained in:
parent
bf483fcd48
commit
0fb54898df
1 changed files with 5 additions and 1 deletions
|
@ -21,8 +21,12 @@ defaultContentLanguageInSubdir = false
|
|||
[outputs]
|
||||
home = [ "HTML", "CSS" ]
|
||||
|
||||
# Configure BlackFriday Markdown rendering.
|
||||
# See: https://gohugo.io/readfiles/bfconfig/
|
||||
[blackfriday]
|
||||
hrefTargetBlank = true
|
||||
hrefTargetBlank = true # `true` opens external links in a new tab.
|
||||
fractions = true # `false` disables smart fractions (e.g. 5/12 formatted as a fraction).
|
||||
smartypants = true # `false` disables all smart punctuation substitutions (e.g. smart quotes, dashes, fractions).
|
||||
|
||||
[params]
|
||||
# Color theme.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue