blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit 2ca130d70cf3c6f9e91c2fb75ef6e492ac2b892b
parent 48a4523297d6ed25eaa013d86110b39f54ba1245
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun, 21 Jan 2018 20:35:24 -0600

Enable syntax highlighting.

Diffstat:
Mconfig.toml | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/config.toml b/config.toml
@@ -2,12 +2,16 @@ baseURL                 = "shimmy1996.com"
 title                   = "Library of Trantor"
 newContentEditor        = "emacs"
 theme                   = "soresu"
-pygmentsStyle           = "monokai"
+pygmentsCodefences      = true
+pygmentsCodefencesGuessSyntax = false
+pygmentsStyle           = "colorful"
+pygmentsOptions = "linenos="
 preserveTaxonomyNames = true
 footnotereturnlinkcontents = "↩"
 DefaultContentLanguage  = "en"
 DefaultContentLanguageInSubdir = true
 
+
 [permalinks]
 posts = "/posts/:year/:month/:day/:slug/"