diff options
Diffstat (limited to 'exampleSite/config.yml')
-rw-r--r-- | exampleSite/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml index 1815a9b..0cf2eb7 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -10,6 +10,10 @@ disableKinds: ["taxonomy", "taxonomyTerm"] disablePathToLower: true enableGitInfo: true +# Code highlight +pygmentsStyle: monokailight +pygmentsCodeFences: true + params: # Configure the date format utilised on the pages DateFormat: "Jan 2, 2006" |