mirror of https://github.com/Hilbis/Hilbish
website: set highlighter options to guess syntax
parent
bb8d072b8c
commit
77979dca19
|
@ -1,5 +1,5 @@
|
||||||
baseURL = 'https://rosettea.github.io/Hilbish/'
|
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
|
baseURL = 'https://rosettea.github.io/Hilbish/'
|
||||||
title = 'Hilbish'
|
title = 'Hilbish'
|
||||||
theme = 'hsh'
|
theme = 'hsh'
|
||||||
enableGitInfo = true
|
enableGitInfo = true
|
||||||
|
@ -34,6 +34,7 @@ lineNos = true
|
||||||
lineNumbersInTable = false
|
lineNumbersInTable = false
|
||||||
noClasses = false
|
noClasses = false
|
||||||
codeFences = true
|
codeFences = true
|
||||||
|
guessSyntax = true
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
[author.sammyette]
|
[author.sammyette]
|
||||||
|
|
Loading…
Reference in New Issue