fix syntax highlighting

This commit is contained in:
Ariejan de Vroom 2017-11-13 22:56:24 +01:00
parent a524889db9
commit bcfe5de695
Signed by: ariejan
GPG Key ID: AD739154F713697B
2 changed files with 3 additions and 16 deletions

View File

@ -13,7 +13,7 @@ pluralizelisttitles = false
PygmentsCodeFences = true
pygmentsuseclasses = false
pygmentsstyle = "monokai"
pygmentsstyle = "pastie"
[author]
name = "Ariejan de Vroom"
@ -34,7 +34,7 @@ copyright = "Copyright © 1996 - 2017 Ariejan de Vroom"
# copyrightUrl = "https://creativecommons.org/licenses/by-sa/4.0/"
logofile = "img/logo.png"
faviconfile = "favicon.ico"
highlightjs = true
highlightjs = false
progressively = false
share = true
latestpostcount = 7
@ -49,16 +49,3 @@ posts_navigation = true
# issoHost = "comments.domain.tld:1234"
# githubRepo = "githubUsername/repositoryName"
small_banner_logo = false
[params.colors]
identifier = "#527fc1f"
identifier_dark = "#1a3152"
trivial = "#6a7a8b"
foreground = "#181d2a"
background = "#f9f9f9"
background_dark = "#282a36"
code = "#87a5d2"
type = "#97d28b"
special = "#ffcb8d"
value = "#96c2d7"
statement = "#ff8e91"

View File

@ -478,7 +478,7 @@ section.main .content .markdown code,
section.main .content .markdown pre {
font-family: 'Menlo', monospace;
font-size: 0.98rem;
background-color: #f7f7f7;
background-color: #fff;
}
section.main .content .markdown code {
/* enclosed by single backtick (`) */