diff options
author | Martin Fischer <martin@push-f.com> | 2025-08-16 21:21:19 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-08-16 22:32:40 +0200 |
commit | 4428200fa4181e5c26253bf8c67cda86951ec754 (patch) | |
tree | 70e6895d6bb6d9a993b086475636324e79355b60 /README.md | |
parent | d8e691b2939cde312ea8df6625bd392a83696867 (diff) |
feat: add vscode syntax highlighting
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |