This commit is contained in:
2020-01-04 22:59:24 +08:00
parent adf93fe21e
commit 4560f2b33b
15 changed files with 221 additions and 7 deletions

View File

@@ -1,3 +1,23 @@
baseURL = "http://example.org/"
languageCode = "en-us"
title = "My New Hugo Site"
theme = "hugo-w2ng"
pygmentsStyle="github"
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xHTML = false