-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
101 lines (82 loc) · 2.05 KB
/
config.toml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
title = "Just a Theory"
baseURL = "https://justatheory.com"
languageCode = "en-us"
copyright = "© David E. Wheeler. This work is licensed under CC BY-NC-SA 4.0."
theme = "justatheory"
PreserveTaxonomyNames = true
footnoteReturnLinkContents = "↩"
enableRobotsTXT = false
disableKinds = ["section"]
uglyURLs = true
refLinksErrorLevel = "WARNING"
[params.author]
name = "David E. Wheeler"
url = "https://justatheory.com/"
email = "[email protected]"
[params]
description = "Periodically irregular technology and culture blogging since 2002. By David E. Wheeler."
tagline = "Irregular fine blogging since 2002."
# subtitle = "Trans rights are human rights"
bug = "❖"
twitter = ""
github = "theory"
postTypes = ["post", "photo"]
feedLimit = 32
recentTagYears = 3
icon = "/icon-512x512.png"
favicon = "/icon-64x64.png"
octothorpes = true # https://octothorp.es
[params.mastodon]
url = "https://xoxo.zone/@theory"
user = "@[email protected]"
[params.bluesky]
url = "https://bsky.app/profile/theory.fyi"
user = "theory.fyi"
[params.linkedin]
url = "https://www.linkedin.com/in/theory/"
user = "theory"
[pagination]
pagerSize = 16
path = "p"
[permalinks]
post = "/:year/:month/:slug/"
photo = "/:year/:month/:slug/"
[mediaTypes."application/atom"]
suffixes = ["xml"]
[mediaTypes."text/plain"]
suffixes = ["text"]
[outputFormats.html]
noUgly = true
[outputFormats.atom]
mediatype = "application/atom"
baseName = "feed"
noUgly = true
[mediaTypes."application/feed+json"]
suffixes = ["json"]
[outputFormats.json]
mediatype = "application/feed+json"
baseName = "feed"
isPlainText = true
noUgly = true
[outputFormats.text]
mediatype = "text/plain"
baseName = "copy"
isPlainText = true
noUgly = false
[outputs]
home = ["html", "json", "atom"]
section = ["html", "json", "atom"]
taxonomy = ["html", "json", "atom"]
term = ["html", "json", "atom"]
page = ["html", "text"]
[taxonomies]
tag = "tags"
[markup.highlight]
style = "monokai"
codeFences = true
noClasses = false
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = "blackfriday"
[markup.goldmark.renderer]
unsafe = true