diff options
Diffstat (limited to 'exampleSite/config.yml')
-rw-r--r-- | exampleSite/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml index 050012d..1815a9b 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -11,6 +11,9 @@ disablePathToLower: true enableGitInfo: true params: + # Configure the date format utilised on the pages + DateFormat: "Jan 2, 2006" + # (Optional, default true) Show or hide table of contents globally # You can also specify this parameter per page in front matter BookShowToC: true |