-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
76 lines (69 loc) · 1.5 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
project:
type: website
output-dir: docs
website:
title: "2023-24 Thomas Lady Terriers Stats"
site-url: "https://sstew45.github.io/TLT/"
navbar:
title: "Thomas Lady Terriers Basketball"
background: "#00740EFF"
foreground: "#FFFFFF"
pinned: true
left:
- text: "2023-24 player and team stats"
right:
- href: "index.qmd"
text: Home
- href: "01_setup.qmd"
text: Setup
- href: "02_games.qmd"
text: Games
- href: "03_players.qmd"
text: Players
- href: "04_teams.qmd"
text: Teams
- href: "05_advanced.qmd"
text: Advanced
page-footer:
left:
- href: https://www.quarto.org
text: Built with Quarto
right:
- text: GitHub
href: https://github.com/sstew45
- text: email
href: mailto:[email protected]
format:
html:
theme:
- materia
- TLT.scss
highlight-style: github
embed-resources: true
html-math-method: katex
code-fold: true
code-copy: hover
code-summary: CODE
code-tools:
source: true
code-link: true
toc: true
toc-location: left
toc-title: Contents
toc-depth: 4
number-sections: true
number-depth: 4
fig-width: 8
fig-asp: 0.618
fig-align: center
out-width: "80%"
fig-cap-location: bottom
tbl-cap-location: top
execute:
freeze: false
cache: false
echo: true
warning: false
message: false
link-citations: true
editor: source