summaryrefslogtreecommitdiff
path: root/config.toml
blob: 78be500ca40cb861554869e999dc35bde077d8b7 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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 = 'category'
  tag = 'tags'

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

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

[markup]
  defaultMarkdownHandler = "goldmark"


  [goldmark]
    FootnoteReturnLinkContents = "↩"
    [Extensions]
      footnote = true

# categories:
#  - emacs
#  - bsd
#  - engineering
#  - star-trek
#  - jazz
#  - varia
#  - gaming
#  - computer-history
#  - anime