Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jmablog/hugo-clinic-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames <james@jmablog.com>2020-07-24 18:25:48 +0300
committerJames <james@jmablog.com>2020-07-24 18:25:48 +0300
commitfc3978b1d65a215ca806b2b15d4748274cc84199 (patch)
treed94bd60405bdd0017692eff7be13fd8e029c9dfb
parent34fe88bdebb6500995786066fc1f8a4efd9de3c5 (diff)
Update example config
-rw-r--r--exampleSite/config.toml10
1 files 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