summaryrefslogtreecommitdiff
path: root/themes/cranky/config.toml
blob: db48f1fa667aad95c0b81b29770832499b287a62 (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
26
27
28
29
30
31
32
33
title = "Website Name"
baseURL = 'https://example.org'
languageCode = 'en-us'

[markup]
  [markup.highlight]
    style='onedark'
    lineNos = true
    tabWidth=2
  [markup.goldmark]
    [markup.goldmark.extensions]
      [markup.goldmark.extensions.passthrough]
        enable = true
        [markup.goldmark.extensions.passthrough.delimiters]
          block = [['\\[', '\\]']]
          inline = [['$$', '$$']]

[params]
  # "relatedtext" is the text that appears above the tag list at the bottom of pages.
  relatedtext = "Related"
  favicon = "/favicon.ico"

  #list items
  datesinlist = true
  authorsinlist = true

  #footer items
  nextprev = true
  taglist = true
  showrss = true

  #enable math by default
  math = true