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:11:48 +0300
committerJosh Dzielak <jdzielak@gmail.com>2020-02-24 16:11:48 +0300
commit49fde754377256663e41b7230ef25dec48f5b375 (patch)
treea86f3eeab05d9dac1223acb2566963eb67b63662
parent2c1ce7453b228546a4c1ad1e3442cbd0cdb99782 (diff)
Remove pygments examples from hugo-hl-example
-rw-r--r--exampleSite/content/hugo-hl-example/_index.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/exampleSite/content/hugo-hl-example/_index.md b/exampleSite/content/hugo-hl-example/_index.md
index 1901301..279254c 100644
--- a/exampleSite/content/hugo-hl-example/_index.md
+++ b/exampleSite/content/hugo-hl-example/_index.md
@@ -65,9 +65,6 @@ by putting this in `config.toml`:
[markup.highlight]
codeFences = true
style = "github"
-pygmentsCodefences = true
-pygmentsCodefencesGuessSyntax = true
-pygmentsStyle = "github"
{{< /highlight >}}