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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsiya <parsiya@gmail.com>2017-11-09 05:05:30 +0300
committerparsiya <parsiya@gmail.com>2017-11-09 05:05:30 +0300
commit6beb468950dc83408adca6ff41f0f0e101f99022 (patch)
treeba0a62f6f34381502c5a43a3c08ee98d6592c486 /sample-config.toml
parent188ea2565753e626af4d2e6d6e906a19abd79aa1 (diff)
Fix broken codecaption and other code blocks with the new highlighter. CSS is still a mess
Diffstat (limited to 'sample-config.toml')
-rw-r--r--sample-config.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/sample-config.toml b/sample-config.toml
index e86a3e8..e77147b 100644
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -12,10 +12,11 @@ disqusShortname = "Your disqus shortname"
# Number of blog posts in each pagination page
paginate = 6
-# Keep it as false please, the CSS file contains the code for highlighting
-pygmentsuseclasses = false
pygmentsstyle = "solarized_dark"
+# Use internal highlighter instead of Chroma
+pygmentsUseClassic=true
+
# You need to install Solarized from https://github.com/john2x/solarized-pygment
# Octopress classic theme uses Solarized_dark
# Options are solarized_dark (octopress), solarized_dark256 and solarized_light