summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ce2f3f9..02a16cc 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,9 @@ Tastefejl is a fork of the [Typo] Hugo theme, with the following changes:
* Replaced the JavaScript theme switching code with a CSS media query.
+* Added VSCode syntax highlighting CSS (also the dark theme which Chroma doesn't include).
+ You need to configure `markup.highlight.noClasses = false` in your `hugo.toml`.
+
* The home page embeds `content/home.md` rather than `homeIntroContent` from your `hugo.toml`
because Markdown text should be in `.md` files.