summaryrefslogtreecommitdiff
path: root/config.toml
blob: 8fda764ba27bcc5d6c2ada59cecd9465008e8d66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
baseURL = 'https://d-s.sh'
languageCode = 'en-us'
title = "d-s"
tagline = "Hello do d-s's weblog!"

[params]
  defaultDescription = "Welcome to my blog!"
  plausibleDomain = "d-s.sh"

[taxonomies]
  category = 'categories'
  tag = 'tags'

[outputFormats.TXT]
  mediaType = "text/plain"
  sufix = "txt"
  isPlainText = true

[outputs]
   home     = [ "HTML", "RSS", "TXT" ]
   term     = [ "HTML" ]
   taxonomy = [ "HTML" ]