Skip to content

Finer customisation of `highlightjs` for individual pages

Compare
Choose a tag to compare
@htr3n htr3n released this 15 Aug 00:27
· 172 commits to master since this release

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 (default true)
  • highlightjslanguages = ["swift", "objectivec"]