summaryrefslogtreecommitdiff
path: root/hugo.toml
blob: 5b7376eb0a7ddb0f20c3627d4c1477bdc5f06925 (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
baseURL = 'https://schizoid.party/'
languageCode = 'en-us'
title = 'Schizoid Party'
theme = 'schizo'

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

  #list items
  datesinlist = true
  authorsinlist = true

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

[taxonomies]
   tag = "tags"

[markup.goldmark.renderer]
  unsafe = true # Allow HTML in md files