From 09c9be232f058e685d6d5926658237aefb7bf766 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sun, 24 Jul 2022 02:07:44 +0200 Subject: [PATCH] add information about chroma --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2515551..9aef53d2 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,15 @@ Current "main" changes are as follows: - Bunch of CSS and other changes (see [commit history](https://github.com/Wonderfall/hugo-WonderMod/commits/master)) Additional credits: -- [PaperModX](https://github.com/reorx/hugo-PaperModX/) by reorx \ No newline at end of file +- [PaperModX](https://github.com/reorx/hugo-PaperModX/) by reorx + +To enable syntax highlighting, put this in your `config.yml` : + +``` +markup: + highlight: + style: dracula + noClasses: false +``` + +https://gohugo.io/getting-started/configuration-markup#highlight \ No newline at end of file