summaryrefslogtreecommitdiff
path: root/themes/cranky/config.toml
blob: e268b78b158f587dc60b090ff29db274e7ec2cf9 (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
title = "Website Name"
baseURL = 'https://example.org'
languageCode = 'en-us'

[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 mathjax by default
  math = true