mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-06-07 14:13:01 -04:00
Enable Chroma (#28)
This commit is contained in:
parent
dbfa92dfcc
commit
f70297070d
1 changed files with 9 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue