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

github.com/koirand/pulp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoirand <koirand.jp@gmail.com>2019-03-23 11:04:02 +0300
committerkoirand <koirand.jp@gmail.com>2019-03-23 11:04:02 +0300
commitb0beb8d11eed29abe19cee458c8ed7621ec51ed1 (patch)
tree93aa3958ece3df4cb2129fddf9b52c6cc06ee95c /exampleSite
parentfa5f7d9f18cf7a5c185f0e87914379b6995b5b83 (diff)
Change default syntax highlight to false #10
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6b99399..fed48e0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,8 +3,8 @@ title = "Site Title"
theme = "pulp"
canonifyurls = true
hasCJKLanguage = true
-pygmentsCodefences = true
-pygmentsUseClasses = true
+pygmentsCodefences = false
+pygmentsUseClasses = false
# googleAnalytics = "{your tracking code}"
[params]
@@ -39,4 +39,3 @@ pygmentsUseClasses = true
[[menu.main]]
name = "Email"
url = "mailto:username@example.com"
-