mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-12 21:24:44 -04:00
Clean up the markup config
This commit is contained in:
parent
c3e1231339
commit
9be494de3a
@ -58,14 +58,6 @@ pattern = "2006"
|
|||||||
[social]
|
[social]
|
||||||
twitter = "GoHugoIO"
|
twitter = "GoHugoIO"
|
||||||
|
|
||||||
# MARKDOWN
|
|
||||||
## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday
|
|
||||||
[blackfriday]
|
|
||||||
plainIDAnchors = true
|
|
||||||
# See https://github.com/gohugoio/hugo/issues/2424
|
|
||||||
hrefTargetBlank = false
|
|
||||||
angledQuotes = false
|
|
||||||
latexDashes = true
|
|
||||||
|
|
||||||
[imaging]
|
[imaging]
|
||||||
# See https://github.com/disintegration/imaging
|
# See https://github.com/disintegration/imaging
|
||||||
|
@ -14,12 +14,6 @@ pluralizeListTitles = false
|
|||||||
# We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below).
|
# We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below).
|
||||||
disableAliases = true
|
disableAliases = true
|
||||||
|
|
||||||
[markup]
|
|
||||||
[markup.highlight]
|
|
||||||
style = "trac"
|
|
||||||
lineNumbersInTable = true
|
|
||||||
noClasses = false
|
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = [ "HTML", "RSS", "REDIR", "HEADERS" ]
|
home = [ "HTML", "RSS", "REDIR", "HEADERS" ]
|
||||||
section = [ "HTML", "RSS"]
|
section = [ "HTML", "RSS"]
|
||||||
|
7
config/_default/markup.toml
Normal file
7
config/_default/markup.toml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
defaultMarkdownHandler = "goldmark"
|
||||||
|
|
||||||
|
[highlight]
|
||||||
|
style = "trac"
|
||||||
|
lineNumbersInTable = true
|
||||||
|
noClasses = false
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user