Building site...
ERROR Failed to serve the site
ERROR TOML parse error at line 30, column 1
|
30 | highlight_code = true
| ^^^^^^^^^^^^^^
unknown field `highlight_code`, expected one of `highlighting`, `render_emoji`, `external_links_class`, `external_links_target_blank`, `external_links_no_follow`, `external_links_no_referrer`, `external_links_external`, `smart_punctuation`, `definition_list`, `bottom_footnotes`, `lazy_async_image`, `insert_anchor_links`, `github_alerts`
Hey,
I tried building the site locally but I get the following error after running
zola serveThe zola changelog states that
highlight_codeis now deprecated. Do we want to update zola or keep using a version < 0.22.0?