We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f838f1 commit be671d1Copy full SHA for be671d1
.github/workflows/hugo.yaml
@@ -32,7 +32,7 @@ jobs:
32
build:
33
runs-on: ubuntu-latest
34
env:
35
- HUGO_VERSION: 0.146.0
+ HUGO_VERSION: 0.147.3
36
steps:
37
- name: Install Hugo CLI
38
run: |
hugo.toml
@@ -99,16 +99,6 @@ theme = 'PaperMod'
99
[markup.goldmark.renderer]
100
unsafe = true
101
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
112
113
114
[sitemap]
0 commit comments