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

config.toml « exampleSite - github.com/jmablog/hugo-clinic-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 946c45514b5b80f36444bb66111825684a505457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
baseURL = "/"
languageCode = "en-gb"
title = "Clinic Notes"
enableEmoji = true
paginate = 15
theme = "hugo-clinic-notes"

[taxonomies]
  patient = "patient"

[[params.menu]]
  name = "Calendar"
  url = "all/"

[[params.menu]]
  name = "Patients"
  url = "patient/"

[markup]
  [markup.tableOfContents]
    endLevel = 2

[frontmatter]
  lastmod = ["lastmod", ":fileModTime", ":default"]
  alphakey = ["alphakey", "none"]