1
0

Update to Zola 0.22.1
All checks were successful
Build / build (push) Successful in 21s

This commit is contained in:
2026-01-26 12:44:41 +01:00
parent ff70e92762
commit 31638ea5ee
2 changed files with 5 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ on:
- master
env:
ZOLA_VERSION: ${{ vars.ZOLA_VERSION }}
ZOLA_VERSION: '0.22.1'
HOST: ${{ vars.HOST }}
HOST_DIR: ${{ vars.HOST_DIR }}
SSH_USERNAME: ${{ secrets.SSH_USERNAME }}

View File

@@ -9,13 +9,15 @@ taxonomies = [
]
[markdown]
highlight_code = true
highlight_theme = "kronuz"
smart_punctuation = true
external_links_target_blank = true
external_links_no_follow = true
external_links_no_referrer = true
[markdown.highlighting]
light_theme = "github-light"
dark_theme = "github-dark"
[extra]
nav = [
{title = "Index", path = "/"},