-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
74 lines (66 loc) · 1.79 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
title = "Just a Theory"
baseURL = "https://justatheory.com/"
languageCode = "en-us"
copyright = "© David E. Wheeler. This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."
theme = "justatheory"
PreserveTaxonomyNames = true
Paginate = 16
PaginatePath = "p"
footnoteReturnLinkContents = "↩"
enableRobotsTXT = true
disableKinds = ["section"]
[author]
name = "David E. Wheeler"
url = "https://justatheory.com/"
[params]
description = "Periodically irregular technology and culture blogging since 2002. By David E. Wheeler."
tagline = "Irregular fine blogging since 2002."
author = "David E. Wheeler"
subtitle = "Black lives matter"
bug = "❖"
twitter = "theory"
github = "theory"
postTypes = ["post", "photo"]
feedLimit = 32
recentTagYears = 3
icon = "/icon-512x512.png"
favicon = "/icon-64x64.png"
[permalinks]
post = "/:year/:month/:slug/"
photo = "/:year/:month/:slug/"
[mediaTypes]
[mediaTypes."application/atom"]
suffixes = ["xml"]
[mediaTypes."text/plain"]
suffixes = ["text"]
[outputFormats]
[outputFormats.atom]
mediatype = "application/atom"
baseName = "feed"
[outputFormats.json]
mediatype = "application/json"
baseName = "feed"
isPlainText = true
[outputFormats.text]
mediatype = "text/plain"
baseName = "copy"
isPlainText = true
[outputs]
home = ["html", "json", "atom"]
section = ["html", "json", "atom"]
taxonomy = ["html", "json", "atom"]
taxonomyTerm = ["html", "json", "atom"]
page = ["html", "text"]
[taxonomies]
tag = "tags"
[markup]
[markup.highlight]
style = "monokai"
codeFences = true
noClasses = false
[markup.goldmark]
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = "blackfriday"
[markup.goldmark.renderer]
unsafe = true