Implement code highlighting via PrismJS

PrismJS has been locally included with a custom theme, to allow auto-highlighting of code blocks.
This commit is contained in:
Lorenzo Dellacà
2021-01-03 11:25:51 +01:00
parent 6fbeeb7303
commit 1890876929
4 changed files with 82 additions and 1 deletions

View File

@@ -26,6 +26,11 @@
<script src="{{asset "js/remark42-comments.js"}}"></script>
{{/is}}
{{#is "post, page"}}
<script src="{{asset "js/prism.min.js"}}"></script>
<link rel="stylesheet" type="text/css" href="{{asset "css/prism-mind-theme.css"}}"/>
{{/is}}
{{#is "index"}}
<title>{{@site.title}}</title>
{{/is}}