summaryrefslogtreecommitdiff
path: root/hugo.toml
blob: d4cc0345f7573fdf1b4024c26f78597958472e5b (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 = 'https://iloveliquids.com/'
languageCode = 'en-us'
title = 'I Love Liquids'
theme = "vapor"

[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