commit 5a6d26fc249330fd9a1993997be9530f2c841cef
parent 776b8cac5c35c1f73ec091268e57fdb332f51afe
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Fri, 13 Sep 2019 23:57:29 -0400
Use pygment style from theme
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.toml b/config.toml
@@ -9,8 +9,8 @@ preserveTaxonomyNames = true
# Pygments Settings
pygmentsCodefences = true
pygmentsCodefencesGuessSyntax = false
-pygmentsStyle = "solarized-light"
pygmentsOptions = "linenos="
+pygmentsUseClasses = true
[Blackfriday]
smartypants = false