Switched to a solarized color scheme
This commit is contained in:
parent
4bbf3e7788
commit
78a6f5505d
8 changed files with 74 additions and 31 deletions
21
config.toml
21
config.toml
|
@ -7,14 +7,19 @@ enableGitInfo = true
|
|||
paginate = 32
|
||||
rssLimit = 16
|
||||
|
||||
# Highlighting config
|
||||
pygmentsCodeFences = true
|
||||
pygmentsUseClasses = false
|
||||
# Use the new Chroma Go highlighter in Hugo.
|
||||
pygmentsUseClassic = false
|
||||
#pygmentsOptions = "linenos=table"
|
||||
# See https://help.farbox.com/pygments.html
|
||||
pygmentsStyle = "tango"
|
||||
[markup]
|
||||
[markup.highlight]
|
||||
anchorLineNos = false
|
||||
codeFences = true
|
||||
guessSyntax = false
|
||||
hl_Lines = ''
|
||||
lineAnchors = ''
|
||||
lineNoStart = 1
|
||||
lineNos = false
|
||||
lineNumbersInTable = true
|
||||
noClasses = true
|
||||
style = 'solarized-dark'
|
||||
tabWidth = 2
|
||||
|
||||
[permalinks]
|
||||
blog = "/:section/:year/:month/:day/:slug/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue