Update website to use Zola 0.22 with new code block syntax highlighting

This commit is contained in:
Keavon Chambers
2026-01-18 00:11:12 -08:00
parent 00718c5b61
commit fd0addf61c
5 changed files with 17 additions and 81 deletions

View File

@@ -4,7 +4,6 @@
{%- set title = page.title -%}
{%- set meta_article_type = true -%}
{%- set meta_description = page.extra.summary | default(value = page.content | striptags | safe | linebreaksbr | replace(from = "<br>", to = " ") | replace(from = " ", to = " ") | trim | truncate(length = 200)) -%}
{%- set linked_css = ["/syntax-highlighting.css"] -%}
{%- set css = ["/template/book.css", "/layout/reading-material.css", "/component/code-snippet.css"] -%}
{%- set js = ["/js/book.js"] -%}
{%- endblock head -%}