-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
65 lines (53 loc) · 1.37 KB
/
_quarto.yml
File metadata and controls
65 lines (53 loc) · 1.37 KB
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
project:
type: website
output-dir: docs
bibliography: references.bib
csl: apa.csl
suppress-bibliography: true
website:
title: "CBE Chart Library"
open-graph: true
navbar:
logo: assets/img/cbe-favicon.png
left:
- href: index.qmd
text: Gallery
- text: Styling
menu:
- href: pages/styling/index.qmd
text: Guidelines
- href: pages/styling/color-palettes.qmd
text: Color palettes
- href: pages/styling/font-styles.qmd
text: Font styling
- text: Using Code
menu:
- href: pages/code/r.qmd
text: R
- href: pages/code/python.qmd
text: Python
- href: pages/code/git.qmd
text: Using Git
- href: pages/code/ai.qmd
text: Using AI
- href: pages/code/manuscripts.qmd
text: Generating manuscripts
- href: pages/resources/index.qmd
text: Resources
right:
- icon: github
href: https://github.com/CenterForTheBuiltEnvironment/chart-library
aria-label: GitHub repository
- href: pages/about.qmd
page-footer:
left: |
Created by [t-kramer](https://github.com/t-kramer)
right: |
Built with [Quarto](https://quarto.org)
format:
html:
theme: libera
css: styles/custom.css
toc: true
grid:
body-width: 900px