We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1843fa commit d4ace60Copy full SHA for d4ace60
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
submodules: recursive
27
- name: build_and_deploy
28
- uses: shalzz/zola-deploy-action@master
+ uses: shalzz/zola-deploy-action@v0.19.2
29
env:
30
PAGES_BRANCH: gh-pages
31
BUILD_DIR: .
config.toml
@@ -17,8 +17,8 @@ build_search_index = false
17
[markdown]
18
19
# Whether to do syntax highlighting
20
-[markdown.highlighting]
21
-style = "class"
+# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
+highlight_code = true
22
23
[extra]
24
# Put all your custom variables here
0 commit comments