Dez
Dez
### Changes * Disable/Enable primjs with `.Site.Params.Prismjs.Enable` * Hugo will not load prismjs files (css and js) if this is not enabled * Update prismjs version to 1.24.1 * Remove...
1. Enable lunr: ```toml # config.toml [params.search] enable = true type = "lunr" contentLength = 4000 snippetLength = 200 ``` 1. Enable `index.json` generation by adding `"JSON"` entry to `outputs.home`:...
Fix a typo in posts title. This can fix #117