summaryrefslogtreecommitdiff
path: root/themes/vapor/config.toml
blob: e884199a87b5af5b6a02b7a88b85ca0314c7ba83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
title = "Website Name"
baseURL = 'https://example.org'
languageCode = 'en-us'

[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