-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_quarto.yml
More file actions
57 lines (50 loc) · 1.68 KB
/
_quarto.yml
File metadata and controls
57 lines (50 loc) · 1.68 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
project:
type: website
output-dir: docs
website:
page-navigation: true
title: "case studies"
description: "Case studies supporting a tutorial on effective visual communication for the quantitative scientist."
site-url: https://graphicsprinciples.github.io
repo-url: https://github.com/GraphicsPrinciples/tutorial-case-studies
repo-actions: [edit, issue]
page-footer:
left: "This page is built with [Quarto](https://quarto.org/)."
# background: "#1d467f" #"#0f366c" #"#00A38E" #"#D1F0EE" #"#A7D5E8"
navbar:
title: "graphics principles"
# background: "#1d467f"
#logo: "assets/logo.png"
align: center #left
#title: false
#collapse-below: lg
left:
- text: "home"
href: https://graphicsprinciples.github.io/
- text: "three laws"
href: https://graphicsprinciples.github.io/threelaws.html
- text: "cheat sheet"
href: https://graphicsprinciples.github.io/cheatsheet.html
- text: "tutorial"
href: https://graphicsprinciples.github.io/tutorial.html
- text: "case studies"
href: index.qmd
- text: "QBV"
href: https://graphicsprinciples.github.io/qbv.html
- text: "blog"
href: https://graphicsprinciples.github.io/gallery/
right:
- text: "resources & references"
href: https://graphicsprinciples.github.io/resources.html
- text: "about"
href: https://graphicsprinciples.github.io/initiative.html
- icon: github
href: https://github.com/GraphicsPrinciples
format:
html:
theme: cosmo #yeti #cosmo #zephyr #yeti #cosmo #solar
toc: true
code-copy: true
code-overflow: wrap
execute:
freeze: false