Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bake/solar-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbake <bake@192k.pw>2019-11-14 13:24:38 +0300
committerGitHub <noreply@github.com>2019-11-14 13:24:38 +0300
commit7c0ebfca9a8555eb4a1575011fb5903dc2e1dff2 (patch)
tree7db9bda77307f01bee546a8c76ffba4d4ea265d9
parent0b8bd8f65caca1128654060d28b1808e7a4d984b (diff)
README: Add highlight.js example
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3129f06..6535b21 100644
--- a/README.md
+++ b/README.md
@@ -31,8 +31,12 @@ remember to update the color scheme by
[setting pygmentsStyle](/exampleSite/config.toml#L4). The pygments style
`solarized-dark`, for example, matches the themes `dark` color scheme, while
`solarized-light` matches `light` and `solarized-dark256` works well with
-`gray`. Otherwise, the necessary JavaScript can be placed inside `static/` and
-get included by providing a `footer.html` as described above.
+`gray`.
+
+Otherwise, if you want to use a JavaScript highlighter like
+[highlight.js](https://highlightjs.org/), the necessary JavaScript can be placed
+inside `static/` and get included by providing a `footer.html` as described
+above.
## Installation