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

github.com/dzello/reveal-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Dzielak <jdzielak@gmail.com>2020-02-24 16:10:18 +0300
committerJosh Dzielak <jdzielak@gmail.com>2020-02-24 16:10:18 +0300
commit2c1ce7453b228546a4c1ad1e3442cbd0cdb99782 (patch)
tree12e4bdc985a55251296d079788a469368e9d33c5
parent815f6849f7192dde3b24e18338067e54ce28dfcb (diff)
Add toml block and style for hugo-hl-example
-rw-r--r--exampleSite/content/hugo-hl-example/_index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/content/hugo-hl-example/_index.md b/exampleSite/content/hugo-hl-example/_index.md
index a684879..1901301 100644
--- a/exampleSite/content/hugo-hl-example/_index.md
+++ b/exampleSite/content/hugo-hl-example/_index.md
@@ -62,7 +62,9 @@ by putting this in `config.toml`:
{{< highlight toml "style=github" >}}
# use Hugo's hl in markdown (with or without a language tag)
+[markup.highlight]
codeFences = true
+style = "github"
pygmentsCodefences = true
pygmentsCodefencesGuessSyntax = true
pygmentsStyle = "github"