- Install
zola git clone git@github.com:flix/blog.flix.dev.gitzola serve
Replace static/highlight.js with the new update and update the sha256 sum under hljs_sha in config.toml.
Ensure that the bottom of themes\tabi\templates\partials\header.html contains:
<script defer src="{{ get_url(path='highlight.js') | safe }}"></script>
<script defer src="{{ get_url(path='highlight_activate.js') | safe }}"></script>