-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
70 lines (64 loc) · 1.83 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
project:
type: website
output-dir: docs
preview:
port: 4200
# Bibliography
csl: www/csl/apa-numeric-superscript.csl
bibliography: https://api.citedrive.com/bib/f47dc40d-e31d-4583-acfd-c3b6d6df2390/references.bib?x=eyJpZCI6ICJmNDdkYzQwZC1lMzFkLTQ1ODMtYWNmZC1jM2I2ZDZkZjIzOTAiLCAidXNlciI6ICIxMDI3MSIsICJzaWduYXR1cmUiOiAiY2M5ODNlYjZlMGQ0NGFjZWFlYmU2ZmQzODkzN2E4MTFkOTIzZjUyZmM3Y2M1MjQ4OWQwOWQzZDJmZjgyNGQzZiJ9
execute:
freeze: auto
website:
back-to-top-navigation: true
google-analytics:
tracking-id: "G-QE8LNDL51S"
page-footer:
left: "© 2024 Jacob Bumgarner, Ph.D."
border: false
navbar:
left:
# - text: "Home"
# file: index.qmd
- text: "About"
file: index.qmd
- text: "Learning Collection"
file: learning.qmd
right:
- icon: linkedin
href: https://www.linkedin.com/in/jacob-bumgarner/
- icon: twitter
href: https://twitter.com
- text: "{{< iconify material-symbols school >}}"
href: https://scholar.google.com/citations?user=7OYh18AAAAAJ&hl=en
- icon: github
menu:
- text: GitHub Profile
href: https://github.com/jacobbumgarner
- text: Website Source Code
href: https://github.com/jacobbumgarner/jacobbumgarner.github.io
search:
location: navbar
type: textbox
sidebar:
- id: learning
style: "docked"
collapse-level: 1
contents:
- learning.qmd
- text: "---"
- section: learning_posts/linear_algebra.qmd
contents: learning_posts/linear_algebra/*
- section: learning_posts/statistics.qmd
contents:
- learning_posts/statistics/variance/variance.qmd
format:
html:
theme:
light: cosmo
dark: solar
css: styles.css
# themes:
# 1. cosmo
# 2. united
# 3. flatly
# 4. sandstone