This commit is contained in:
Parker TenBroeck 2026-01-16 22:16:28 -05:00
parent 3c32350fb9
commit 72c2bd4b59
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ jobs:
- name: Build Zola + upload Pages artifact - name: Build Zola + upload Pages artifact
uses: getzola/github-pages@066755243e69f508fd1a74739fbf1a65f656c790 uses: getzola/github-pages@066755243e69f508fd1a74739fbf1a65f656c790
with: with:
zola_version: v0.22.0 zola_version: v0.21.0
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View file

@ -32,7 +32,7 @@ taxonomies = [
[markdown] [markdown]
# Whether to do syntax highlighting # Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlighting = true highlight_code = true
render_emoji = true render_emoji = true
bottom_footnotes = true bottom_footnotes = true
github_alerts = true github_alerts = true