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

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz <zwbetz@gmail.com>2018-10-14 19:32:47 +0300
committerzwbetz <zwbetz@gmail.com>2018-10-14 19:32:47 +0300
commit59b863b31f8f05c4dc714ca19807653a154d22d6 (patch)
tree3a1327713c24ab23ec58b500a47c9c319b581efc /exampleSite
parent4ee412562edcf02957464f86488b2ee76e97ac12 (diff)
Remove chroma syntax highlighting from exampleSite
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ec00076..313c86b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -4,10 +4,6 @@ title = "Some Title"
theme = "minimal-bootstrap-hugo-theme"
enableGitInfo = false
-pygmentsCodefences = true
-pygmentsCodefencesGuessSyntax = true
-pygmentsStyle = "pygments"
-
[permalinks]
post = "/:filename/"