Finer customisation of `highlightjs` for individual pages
This release marks the update of hyde-hyde
template that enables fine-tuning highlightjs
for each page to optimise loading time as some pages need different languages or no highlighting at all.
Examples of fine-tuning a page in the front matter:
highlight = false
(defaulttrue
)highlightjslanguages = ["swift", "objectivec"]