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:
Diffstat (limited to 'sample-config.toml')
-rw-r--r--sample-config.toml12
1 files changed, 4 insertions, 8 deletions
diff --git a/sample-config.toml b/sample-config.toml
index 5c08f0e..fea4caa 100644
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -12,18 +12,14 @@ disqusShortname = "Your disqus shortname"
# Number of blog posts in each pagination page
paginate = 6
-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
+# Code highlighting options
# Highlight shortcode and code fences (```) will be treated similarly
pygmentscodefences = true
+# Use CSS for highlighting
+pygmentsuseclasses = true
+
# pygments options can be added here (and in the highlight shortcode in the markdown file)
# Hugo supports these pygments options: style, encoding, noclasses, hl_lines, linenos
# for example: pygmentsoptions = "linenos=true"