-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
101 lines (84 loc) · 2.02 KB
/
index.qmd
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: Blog
comments: false
fields: [image, title, date]
listing:
- id: landing-posts
contents:
- posts
- tech
- news
type: grid
grid-columns: 3
fields: [image, title, description, date]
page-size: 3
max-items: 24
feed: true
sort:
- "date desc"
- "title asc"
- id: landing-gratitude
contents: gratitude
page-size: 6
max-items: 24
grid-columns: 1
type: grid
sort:
- "date desc"
- "title asc"
- id: landing-christianity
contents: christianity
page-size: 6
max-items: 24
grid-columns: 1
type: grid
sort:
- "date desc"
- "title asc"
- id: landing-books
contents: book-review
page-size: 6
max-items: 24
grid-columns: 1
type: grid
sort:
- "date desc"
- "title asc"
date-format: "ddd MMM D, YYYY"
toc: false
toc-location: body
page-layout: full
title-block-banner: false
---
> "All [blogs](https://en.wikipedia.org/wiki/All_models_are_wrong) are wrong, but some are useful."
Musings on [tech](tech.qmd), [faith](christianity.qmd), [gratitude](gratitude.qmd), [books I'm reading](books.qmd) and [anything else](posts.qmd).
## Recent Thoughts
Posts on [tech](tech.qmd) and spurious [thoughts](posts.qmd).
:::{#landing-posts}
:::
<!-- this br fixes the alignment issue with pagination from above -->
<br>
<br>
:::::{.grid}
<!-- col 1 -->
::::{.g-col-12 .g-col-md-4 .animate__animated .animate__fadeIn .animate__faster .animate__delay-1s}
## Reading
See more [books](books.qmd) and my [reading list](lists/reading-list.md).
:::{#landing-books}
:::
::::
<!-- col 2 -->
::::{.g-col-12 .g-col-md-4 .animate__animated .animate__fadeIn .animate__faster .animate__delay-1s}
## Gratitude
See more [gratitude](gratitude.qmd).
:::{#landing-gratitude}
:::
::::
<!-- col 3 -->
::::{.g-col-12 .g-col-md-4 .animate__animated .animate__fadeIn .animate__faster .animate__delay-1s}
## Christianity
A Life worth following. Read [more](christianity.qmd).
:::{#landing-christianity}
:::
::::
:::::