-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
109 lines (102 loc) · 3.37 KB
/
_quarto.yml
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
project:
type: website
output-dir: docs
preview:
port: 3000
browser: true
website:
title: "Bryan Whiting"
site-url: https://www.bryanwhiting.com
google-analytics:
tracking-id: "G-SY4JFPWZ2N"
anonymize-ip: true
twitter-card:
creator: "@bryanwhiting"
card-style: summary_large_image
open-graph: true
reader-mode: false # https://quarto.org/docs/websites/website-navigation.html#reader-mode
page-footer:
left: "Copyright 2021-2024, Bryan Whiting"
right:
- icon: github
href: https://github.com/bryanwhiting
- icon: linkedin
href: "https://www.linkedin.com/in/bryan-whiting/"
- icon: twitter
href: "https://twitter.com/bryanwhiting"
- icon: rss
href: index.xml
search: true
body-footer: |
_________________________ <br> <br> <i><a href="https://www.bryanwhiting.com/about">Bryan</a> lives somewhere at the intersection of faith, fatherhood, and futurism and writes about <a href="https://www.bryanwhiting.com/tech">tech</a>, <a href="https://www.bryanwhiting.com/books">books</a>, <a href="https://www.bryanwhiting.com/christianity">Christianity</a>, <a href="https://www.bryanwhiting.com/gratitude">gratitude</a>, and <a href="https://www.bryanwhiting.com/">whatever's on his mind</a>. If you liked reading, perhaps you'll also like subscribing: <br><br> </i><iframe src="https://embeds.beehiiv.com/106e21ff-1989-43d2-9bd7-d4a4c4404ab6?slim=true" data-test-id="beehiiv-embed" height="52" frameborder="0" scrolling="no" style="margin: 0; border-radius: 0px !important; background-color: transparent;"></iframe>
sidebar:
style: "docked"
background: light
subtitle: Data scientist | tech | father
tools:
- icon: github
menu:
- text: This blog
url: https://github.com/bryanwhiting/blog
- text: Profile
url: https://github.com/bryanwhiting
- icon: linkedin
href: "https://www.linkedin.com/in/bryan-whiting/"
- icon: twitter
href: "https://twitter.com/bryanwhiting"
- icon: rss
href: index.xml
contents:
- about.qmd
- index.qmd
- section: "Writing"
contents:
- tech.qmd
- posts.qmd
- books.qmd
- christianity.qmd
- gratitude.qmd
- creative.qmd
- section: "Other"
contents:
- concepts.qmd
- goals.qmd
- lists.qmd
- sitemap.qmd
format:
# https://quarto.org/docs/reference/formats/html.html
html:
# author: "Bryan Whiting"
theme: sandstone
css:
- css/styles.css
- css/poem.css
template-partials:
- title-metadata.html
# - title-block.html
comments:
giscus:
repo: bryanwhiting/blog
# comments:
# hypothesis: true
# utterances:
# repo: jthomasmock/themockup-blog
toc: true
appendix-style: none
toc-location: "left"
smooth-scroll: true
code-copy: true
code-link: true
anchor-sections: true
fig-cap-location: margin
# if you want footnotes on side:
# reference-location: margin
# mainfont: "Lato"
# monofont: "Fira Mono"
footnotes-hover: true
citations-hover: true
# fontsize: 1em
callout-appearance: simple
callout-icon: false
title-block-banner: true
date-format: "dddd MMMM D, YYYY"