From fc3978b1d65a215ca806b2b15d4748274cc84199 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 24 Jul 2020 16:25:48 +0100 Subject: Update example config --- exampleSite/config.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 2755a31..7a12821 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,7 +1,12 @@ +# It is advised to set baseURL to just "/" baseURL = "https://example.com" -languageCode = "en-gb" +# Change this to the name of your own clinic / project if you prefer title = "Clinic Notes" + +languageCode = "en-gb" enableEmoji = true +# Pagination is used in the calendar view. Set this to a higher number +# if you'd like to see more notes per page paginate = 15 theme = "hugo-clinic-notes" @@ -16,10 +21,11 @@ theme = "hugo-clinic-notes" name = "Patients" url = "patient/" +# If you want the table of contents at the top of individual notes to index +# further levels of header (default H2) set this to a higher number [markup] [markup.tableOfContents] endLevel = 2 [frontmatter] lastmod = ["lastmod", ":fileModTime", ":default"] - alphakey = ["alphakey", "none"] \ No newline at end of file -- cgit v1.2.3