-
Notifications
You must be signed in to change notification settings - Fork 10
/
_quarto.yml
57 lines (49 loc) · 1.36 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
project:
type: website
output-dir: docs
website:
page-navigation: true
title: "graphics principles"
site-url: https://graphicsprinciples.github.io
repo-url: https://github.com/GraphicsPrinciples/GraphicsPrinciples.github.io
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: index.qmd
- text: "three laws"
href: threelaws.qmd
- text: "cheat sheet"
href: cheatsheet.qmd
- text: "tutorial"
href: tutorial.qmd
- text: "case studies"
href: https://graphicsprinciples.github.io/tutorial-case-studies
- text: "QBV"
href: qbv.qmd
- text: "blog"
href: https://graphicsprinciples.github.io/gallery/
right:
- text: "resources & references"
href: resources.qmd
- text: "about"
href: initiative.qmd
- icon: github
href: https://github.com/GraphicsPrinciples
format:
html:
theme: cosmo #litera #solar #cosmo #yeti
toc: true
code-copy: true
code-overflow: wrap
execute:
freeze: false