mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 03:22:17 +00:00
Add styling for Chroma
This commit is contained in:
16
config.toml
16
config.toml
@@ -13,6 +13,22 @@ priority = -1
|
||||
bgColor = '#ffffff'
|
||||
resampleFilter = 'CatmullRom'
|
||||
|
||||
[markup]
|
||||
[markup.highlight]
|
||||
anchorLineNos = false
|
||||
codeFences = true
|
||||
guessSyntax = false
|
||||
hl_Lines = ''
|
||||
hl_inline = false
|
||||
lineAnchors = ''
|
||||
lineNoStart = 1
|
||||
lineNos = false
|
||||
lineNumbersInTable = true
|
||||
noClasses = false
|
||||
noHl = false
|
||||
style = 'emacs'
|
||||
tabWidth = 4
|
||||
|
||||
[params]
|
||||
company = "Leigh Hackspace CIC"
|
||||
company_number = "09404083"
|
||||
|
||||
Reference in New Issue
Block a user