mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-11-17 03:51: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
|
||||
|
||||
assets:
|
||||
# disableHLJS: true # to disable highlight.js
|
||||
disableHLJS: true
|
||||
disableFingerprinting: true
|
||||
favicon: "/favicon.ico"
|
||||
favicon16x16: "/favicon-16x16.png"
|
||||
@ -91,6 +91,14 @@ outputs:
|
||||
- RSS
|
||||
- JSON # is necessary
|
||||
|
||||
# Enable Chroma
|
||||
markup:
|
||||
highlight:
|
||||
style: dracula
|
||||
lineNos: false
|
||||
noClasses: false
|
||||
guessSyntax: true
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: Knowledge Base
|
||||
|
Loading…
Reference in New Issue
Block a user