-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathrender.yaml
262 lines (252 loc) · 10.6 KB
/
render.yaml
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
services:
- type: web
name: v5.chriskrycho.com
runtime: static
envVars:
- key: SKIP_INSTALL_DEPS
value: 'true'
buildCommand: |
corepack enable
pnpm install --frozen-lockfile
pnpm clean
pnpm build
staticPublishPath: './public'
pullRequestPreviewsEnabled: true
domain: v5.chriskrycho.com
routes:
# Paths I want to work both ways if people search
- type: rewrite
source: /consulting/
destination: /services/
# Redirect misconfigured URLs from when I accidentally had `title | slug`
# instead of `fileSlug | slug`.
- type: redirect
source: /journal/relaunch!
destination: /journal/relaunch
# A few URLs I changed on purpose after publication
- type: redirect
source: /journal/work-in-progress-composition-for-crew-dragon-demo-2/
destination: /journal/crew-dragon-fanfare/day-1/
- type: redirect
source: /journal/crew-dragon-fanfare-day-2/
destination: /journal/crew-dragon-fanfare/day-2/
- type: redirect
source: /journal/crew-dragon-fanfare/day-4/
destination: /journal/crew-dragon-fanfare/day-4-part-1/
- type: redirect
source: /journal/crew-dragon-fanfare/days-7-and-8/
destination: /journal/crew-dragon-fanfare/day-7/
- type: redirect
source: /journal/this-week-i-learned-*/
destination: /journal/this-week-i-learned/*/
- type: redirect
source: /appearances/*
destination: /elsewhere/*
- type: redirect
source: /library/2020-11-28-1146/
destination: /notes/2020-11-28-1146/
- type: redirect
source: /journal/private-chat-and-dms-are-good-actually/
destination: /essays/private-chat-and-dms-are-good-actually/
- type: redirect
source: /journal/heuristics-for-good-software-design/introducing-heuristics-for-good-software-design/
destination: /journal/heuristics-for-good-software-design/introduction/
- type: redirect
source: /photos/life-finds-a-way/
destination: /photos/dinosaur-national-monument/life-finds-a-way/
- type: redirect
source: /feed-without-notes.json
destination: /feeds/without-notes.json
- type: redirect
source: /feed-without-notes.xml
destination: /feeds/without-notes.xml
- type: redirect
source: /feed-without-reply.json
destination: /feeds/without-reply.json
- type: redirect
source: /library/god-without-measure/volume-1/*
destination: /library/god-without-measure/volume-i/*
- type: redirect
source: /journal/crew-dragon-fanfare/*
destination: /journal/fanfare-for-a-new-era-of-american-spaceflight/*
- type: redirect
source: /library/reading-papers/*
destination: /library/reading-papers-in-public/*
- type: redirect
source: /journal/trying-out-jujutsu/
destination: /journal/jj-init/
- type: redirect
source: /journal/reflections-on-a-month-with-nova-and-bbedit/
destination: /journal/reflections-on-a-month-with-bbedit-and-nova/
- type: redirect
source: /journal/note-on-typescript-conversions/
destination: /journal/how-to-do-a-typescript-conversion/
- type: redirect
source: /journal/jj-init/
destination: /essays/jj-init/
- type: redirect
source: /journal/read-the-code/using-drop-for-safety-in-rust/
destination: /journal/read-the-code/using-drop-safely-in-rust/
# ...including after I made library collections work correctly
- type: redirect
source: /library/good-theology-demands-good-theologians/
destination: /library/the-culture-of-theology/good-theology-demands-good-theologians/
- type: redirect
source: /library/the-first-and-last-act-of-theological-existence/
destination: /library/the-culture-of-theology/the-first-and-last-act-of-theological-existence/
- type: redirect
source: /library/theological-self-criticism/
destination: /library/the-culture-of-theology/theological-self-criticism/
- type: redirect
source: /library/the-story-of-modern-theology/
destination: /library/the-culture-of-theology/the-story-of-modern-theology/
- type: redirect
source: /library/christian-theologys-place-in-the-university/
destination: /library/the-culture-of-theology/christian-theologys-place-in-the-university/
- type: redirect
source: /library/the-real-aim-of-utopias/
destination: /library/the-culture-of-theology/the-real-aim-of-utopias/
- type: redirect
source: /library/an-anti-culture/
destination: /library/the-culture-of-theology/an-anti-culture/
- type: redirect
source: /library/christian-astonishment/
destination: /library/the-culture-of-theology/christian-astonishment/
- type: redirect
source: /library/good-theologians/
destination: /library/the-culture-of-theology/good-theologians/
- type: redirect
source: /library/perfectionism-without-perfectibility/
destination: /library/politics-and-the-order-of-love/perfectionism-without-perfectibility/
- type: redirect
source: /library/the-mixed-moral-qualities-of-any-age/
destination: /library/politics-and-the-order-of-love/the-mixed-moral-qualities-of-any-age/
- type: redirect
source: /library/all-is-broken-and-incomplete-and-politics-can-not-heal-the-rupture/
destination: /library/politics-and-the-order-of-love/all-is-broken-and-incomplete-and-politics-can-not-heal-the-rupture/
- type: redirect
source: /library/a-chalcedonian-conceptual-grammar-for-love-and-justice/
destination: /library/politics-and-the-order-of-love/a-chalcedonian-conceptual-grammar-for-love-and-justice/
- type: redirect
source: /library/fall-centered-theological-anthropologies/
destination: /library/eccentric-existence/fall-centered-theological-anthropologies/
- type: redirect
source: /library/gods-self-commitment-to-creatures/
destination: /library/eccentric-existence/gods-self-commitment-to-creatures/
- type: redirect
source: /library/problematic/
destination: /library/eccentric-existence/problematic/
- type: redirect
source: /library/tell-me-your-priors/
destination: /library/eccentric-existence/tell-me-your-priors/
- type: redirect
source: /library/the-triune-creators-relating-to-creation/
destination: /library/eccentric-existence/the-triune-creators-relating-to-creation/
# ...and notes redirects for bad slug generation
- type: redirect
source: /notes/feed-for-social.*
destination: https://v1.notes.chriskrycho.com/feeds/without-reply.*
# and topics I merged
- type: redirect
source: /topics/logic-pro-x
destination: /topics/logic-pro/
- type: redirect
source: /topics/auto-tracking
destination: /topics/autotracking/
- type: redirect
source: /topics/ember.js
destination: /topics/ember/
- type: redirect
source: /topics/programming-language
destination: /topics/programming-languages/
- type: redirect
source: /topics/composition
destination: /topics/composing/
- type: redirect
source: /topics/productivity
destination: /topics/working-effectively/
- type: redirect
source: /topics/micro.blog
destination: /topics/social-media/
- type: redirect
source: /topics/design-systems
destination: /topics/design/
- type: redirect
source: /topics/web-design
destination: /topics/design/
- type: redirect
source: /topics/IndieWeb
destination: /topics/open-web/
- type: redirect
source: /topics/ai
destination: /topics/ai-and-ml/
- type: redirect
source: /topics/gpt
destination: /topics/ai-and-ml/
- type: redirect
source: /topics/ml
destination: /topics/ai-and-ml/
- type: redirect
source: /topics/niche-product-ideas
destination: /topics/product-ideas/
- type: redirect
source: /topics/type-theory
destination: /topics/type-systems/
- type: redirect
source: /topics/hacking
destination: /topics/software/
- type: redirect
source: /topics/software-develompent
destination: /topics/software-development/
- type: redirect
source: /topics/software-design
destination: /topics/software-development/
- type: redirect
source: /topics/developer-productivity
destination: /topics/engineering-effectiveness/
- type: redirect
source: /topics/command-line
destination: /topics/command-line-tools/
- type: redirect
source: /topics/redux
destination: /topics/javascript/
- type: redirect
source: /topics/sum-types
destination: /topics/type-systems/
- type: redirect
source: /topics/ratchets
destination: /topics/software development/
- type: redirect
source: /topics/passiontide
destination: /topics/theology/
- type: redirect
source: /topics/advent
destination: /topics/theology/
- type: redirect
source: /topics/priors
destination: /topics/hermeneutics/
# and topics that I turned into collections
- type: redirect
source: /topics/the-culture-of-theology
destination: /library/the-culture-of-theology
- type: redirect
source: /topics/the-doctrine-of-scripture
destination: /library/the-doctrine-of-scripture
# and then some things I just plain moved
- type: redirect
source: /photos/disney-world-2022-camera-gear/
destination: /journal/disney-world-2022-camera-gear/
- type: redirect
source: /photos/sony-sonnar-t-fe-55mm-f18-za/
destination: /journal/disney-world-2022-camera-gear/sony-sonnar-t-fe-55mm-f18-za/
- type: redirect
source: /photos/sony-a7-iv/
destination: /journal/disney-world-2022-camera-gear/sony-a7-iv/
- type: redirect
source: /photos/tamron-35-150mm-f2-28-di-iii-vxd/
destination: /journal/disney-world-2022-camera-gear/tamron-35-150mm-f2-28-di-iii-vxd/
# A future version of my publishing software should embrace the idea that
# series roots can have feed entries
- type: redirect
source: /journal/2022-in-review/overview-and-introduction/
destination: /journal/2022-in-review/