Bump dawidd6/action-send-mail from 3 to 4
[yosql.git] / yosql-website / themes / metio / config.toml
blob916f94d88a9046401863ccb523c603767e63e1b8
1 [mediaTypes."application/atom+xml"]
2   suffixes = ["xml"]
3 [outputFormats.Atom]
4   name = "Atom"
5   mediaType = "application/atom+xml"
6   baseName = "atom"
7   isPlainText = false
8   rel = "alternate"
9   isHTML = false
10   noUgly = true
11   permalinkable = false
13 [mediaTypes."application/rdf+xml"]
14   suffixes = ["rdf"]
15 [outputFormats.Foaf]
16   name = "FOAF"
17   mediaType = "application/rdf+xml"
18   baseName = "foaf"
19   isPlainText = false
20   rel = "alternate"
21   isHTML = false
22   noUgly = true
23   permalinkable = false
25 [mediaTypes."text/plain"]
26   suffixes = ["txt"]
27 [outputFormats.Humans]
28   name = "Humans"
29   mediaType = "text/plain"
30   baseName = "humans"
31   isPlainText = true
32   rel = "alternate"
33   isHTML = false
34   noUgly = true
35   permalinkable = false