Add syntax highlight config to site config file
Generate a Monokai and MonokaiLight CSS file for highlighting Include the CSS file in <head>
This commit is contained in:
parent
b8050c6993
commit
4c1baa2b6d
3 changed files with 182 additions and 4 deletions
|
@ -12,6 +12,12 @@ name = 'Eryn Wells'
|
|||
[languages.es]
|
||||
weight = 2
|
||||
|
||||
[markup]
|
||||
[markup.highlight]
|
||||
anchorLineNos = true
|
||||
lineNos = true
|
||||
noClasses = false
|
||||
|
||||
[mediaTypes]
|
||||
[mediaTypes.'application/rss+xml']
|
||||
delimiter = '.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue