-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite-map.edn
42 lines (42 loc) · 1.47 KB
/
site-map.edn
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
[{:date "2022-01-28"
:source "posts/2022-01-28-objects-as-closures.md"
:title "Objects as closures"
:section "Programming"
:path "posts/objects-as-closures.html"
:template :post}
{:date "2017-02-22"
:source "posts/2017-02-22-turning-20-in-the-age-of-uncertainty.md"
:title "Turning 20 in the age of uncertainty"
:section "General"
:path "posts/turning-20-in-the-age-of-uncertainty.html"
:template :post}
{:date "2017-02-17"
:source "posts/2017-02-17-dont-get-bored.md"
:title "Dont get bored"
:section "General"
:path "posts/dont-get-bored.html"
:template :post}
{:date "2022-01-28"
:source "posts/2022-01-28-subtyping-and-inheritance.md"
:title "Subtyping and inheritance"
:section "Programming"
:path "posts/subtyping-and-inheritance.html"
:template :post}
{:date "2022-03-08"
:source "posts/2022-03-08-predicate-set-duality.md"
:title "Predicate-set duality"
:section "Programming"
:path "posts/predicate-set-duality.html"
:template :post}
{:date "2022-04-25"
:source "posts/2022-04-25-abstraction.md"
:title "Abstraction"
:section "Programming"
:path "posts/abstraction.html"
:template :post}
#_{:date "2022-03-15"
:source "posts/2022-03-15-more-engineering-less-craftsmanship.md"
:title "More engineering, less craftsmanship"
:path "posts/more-engineering-less-craftsmanship.html"
:section "General"
:template :post}]