Skip to content

Commit be671d1

Browse files
committed
change version
1 parent 7f838f1 commit be671d1

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
build:
3333
runs-on: ubuntu-latest
3434
env:
35-
HUGO_VERSION: 0.146.0
35+
HUGO_VERSION: 0.147.3
3636
steps:
3737
- name: Install Hugo CLI
3838
run: |

hugo.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,6 @@ theme = 'PaperMod'
9999
[markup.goldmark.renderer]
100100
unsafe = true
101101

102-
[markup.highlight]
103-
codeFences = true
104-
guessSyntax = true
105-
hl_Lines = ""
106-
lineNoStart = 1
107-
lineNos = true
108-
lineNumbersInTable = true
109-
noClasses = false
110-
style = "monokai"
111-
tabWidth = 4
112102

113103

114104
[sitemap]

0 commit comments

Comments
 (0)