Skip to content

Commit 0aecb12

Browse files
author
marci
committed
Refactor hugo.yaml: Clean up markup section and fix blog enable flag
1 parent 0d1b017 commit 0aecb12

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

hugo.yaml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -101,25 +101,9 @@ markup:
101101
goldmark:
102102
renderer:
103103
unsafe: true
104-
105-
markup:
106-
goldmark:
107104
parser:
108105
attribute:
109106
block: true
110-
111-
112-
113-
114-
#markup:
115-
# highlight:
116-
# codeFences: true
117-
# style: fruity # dracula # catppuccin-mocha
118-
# lineNos: false
119-
# lineNumbersInTable: false
120-
# wrapperclass: highlight
121-
# guessSyntax: false
122-
markup:
123107
highlight:
124108
anchorLineNos: false
125109
codeFences: true
@@ -216,7 +200,7 @@ params:
216200

217201
# Enable blog posts
218202
blog:
219-
enable: trueresources/_gen/images/images/author.jpg
203+
enable: true
220204
showAuthor: true
221205
shareButtons:
222206
linkedin: true

0 commit comments

Comments
 (0)