From e298aaecb8f4bd0c08f9adf992e6e95138be5c1d Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Mon, 24 Aug 2020 09:52:37 +0000
Subject: [PATCH] Fix syntax highlighting

---
 README.md |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
index 10c12d5..c0239cf 100644
--- a/README.md
+++ b/README.md
@@ -268,6 +268,11 @@
 hugo gen chromastyles --style=monokailight > assets/css/syntax.css
 ```
 If you get any errors, make sure the `assets/css/` directory exists within your sites root folder.
+Include the newly generated `syntax.css` like a standard custom css script:
+```
+[params]
+customCss = ["css/syntax.css"]
+```
 
 ## License
 

--
Gitblit v1.10.0