mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-11-17 12:01:35 -05:00
Enable Chroma (#28)
This commit is contained in:
parent
f8484a1e28
commit
d6d0d9238f
10
config.yml
10
config.yml
@ -26,7 +26,7 @@ params:
|
|||||||
ShowCodeCopyButtons: true
|
ShowCodeCopyButtons: true
|
||||||
|
|
||||||
assets:
|
assets:
|
||||||
# disableHLJS: true # to disable highlight.js
|
disableHLJS: true
|
||||||
disableFingerprinting: true
|
disableFingerprinting: true
|
||||||
favicon: "/favicon.ico"
|
favicon: "/favicon.ico"
|
||||||
favicon16x16: "/favicon-16x16.png"
|
favicon16x16: "/favicon-16x16.png"
|
||||||
@ -91,6 +91,14 @@ outputs:
|
|||||||
- RSS
|
- RSS
|
||||||
- JSON # is necessary
|
- JSON # is necessary
|
||||||
|
|
||||||
|
# Enable Chroma
|
||||||
|
markup:
|
||||||
|
highlight:
|
||||||
|
style: dracula
|
||||||
|
lineNos: false
|
||||||
|
noClasses: false
|
||||||
|
guessSyntax: true
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
- identifier: Knowledge Base
|
- identifier: Knowledge Base
|
||||||
|
Loading…
Reference in New Issue
Block a user