+4
-4
eleventy/config.ts
+4
-4
eleventy/config.ts
···
39
39
// prettier-ignore
40
40
const not: Not =
41
41
(fn) =>
42
-
(...args) =>
43
-
!fn(...args);
42
+
(...args) =>
43
+
!fn(...args);
44
44
45
45
type Filter = <T>(pred: (t: T) => boolean) => (values: T[]) => T[];
46
46
const filter: Filter = (pred) => (values) => values.filter(pred);
···
83
83
84
84
const inCollectionNamed =
85
85
(name: string) =>
86
-
(item: Item): boolean =>
87
-
item.data?.collections[name]?.includes(item) ?? false;
86
+
(item: Item): boolean =>
87
+
item.data?.collections[name]?.includes(item) ?? false;
88
88
89
89
function latest(collection: Collection): Item[] {
90
90
const all = collection
+1
-4
site/library/Time to Keep/Time to Keep.11tydata.json
+1
-4
site/library/Time to Keep/Time to Keep.11tydata.json
···
10
10
"year": 2017,
11
11
"link": "https://bookshop.org/a/21126/9781481305457"
12
12
},
13
-
"tags": ["Ephraim Radner", "theology", "scripture"],
14
-
"qualifiers": {
15
-
"audience": "Theologically-orthodox Christians, or folks interested in things that theologically-orthodox Christians think."
16
-
}
13
+
"tags": ["Ephraim Radner", "theology", "scripture"]
17
14
}
+5
-1
site/library/Time to Keep/creaturehood.md
+5
-1
site/library/Time to Keep/creaturehood.md
···
3
3
date: 2026-01-05T07:10:00-0700
4
4
summary: >
5
5
‘Human beings are not self-given; they do not “emerge” from something else in a basic way…’
6
-
6
+
7
+
qualifiers:
8
+
audience: |
9
+
Theologically-orthodox Christians, or folks interested in things that theologically-orthodox Christians think.
10
+
7
11
---
8
12
9
13