summaryrefslogtreecommitdiff
path: root/config.toml
blob: 2d7e16b8bb3a7d66a9cf1cb82cb4665cb36c5861 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"

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

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