Skip to content

Commit 2f7f90a

Browse files
Merge pull request #15 from securebitsorg/change
Refactor hugo.yaml: Clean up markup section and fix blog enable flag
2 parents 13ce39f + 0aecb12 commit 2f7f90a

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
@@ -77,25 +77,9 @@ markup:
7777
goldmark:
7878
renderer:
7979
unsafe: true
80-
81-
markup:
82-
goldmark:
8380
parser:
8481
attribute:
8582
block: true
86-
87-
88-
89-
90-
#markup:
91-
# highlight:
92-
# codeFences: true
93-
# style: fruity # dracula # catppuccin-mocha
94-
# lineNos: false
95-
# lineNumbersInTable: false
96-
# wrapperclass: highlight
97-
# guessSyntax: false
98-
markup:
9983
highlight:
10084
anchorLineNos: false
10185
codeFences: true
@@ -192,7 +176,7 @@ params:
192176

193177
# Enable blog posts
194178
blog:
195-
enable: trueresources/_gen/images/images/author.jpg
179+
enable: true
196180
showAuthor: true
197181
shareButtons:
198182
linkedin: true

0 commit comments

Comments
 (0)