diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-03-29 16:15:43 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-03-29 16:19:39 +0100 |
commit | 5b652a1bb136accac19592614bf8b7cdcf18343b (patch) | |
tree | 132204da29e431a49c227aa2cd8f402f0702ea05 /exampleSite/config.yml | |
parent | 9a8b89cf245497b72e077c3437ef0b8fbdc1cbb7 (diff) |
Add home page placeholder to not display empty page
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" |