forked from Openscapes/booklet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
71 lines (59 loc) · 1.59 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
project:
type: book
output-dir: docs
book:
title: Openscapes Reflections Booklet
subtitle: Open educational resources for the Openscapes Reflections Program
output-file: "openscapes-reflections-booklet"
downloads: [pdf]
page-navigation: true
site-url: "https://openscapes.github.io/booklet"
repo-url: https://github.com/openscapes/booklet
repo-actions: [edit, source, issue]
search: true
# tools:
# - icon: globe
# href: https://openscapes.org
# text: "Openscapes.org"
# - icon: github
# href: https://github.com/openscapes/booklet
# text: "Openscapes Series GitHub"
# - icon: twitter
# href: https://twitter.com/openscapes
# text: "Openscapes Twitter"
sidebar:
background: "#f0c2a3"
logo: "images/openscapes_hex.png"
pinned: true
align: center
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© CC-By Openscapes, 2023"
background: "#f0c2a3"
chapters:
- href: index.qmd
text: Welcome
- workflows.qmd
- how-to-use.qmd
- href: reflect.qmd
text: Reflect
- href: reimagine.qmd
text: Remagine
- href: goals.qmd
text: Goal-setting
# - closing.qmd
format:
html:
theme:
light: [cosmo, theme.scss] # from https://github.com/sta210-s22/website/blob/main/_quarto.yml
dark: [cosmo, theme-dark.scss]
mainfont: "Atkinson Hyperlegible"
code-copy: true
code-overflow: wrap
toc: true
pdf:
toc: true
toc-depth: 1
filters:
- include-files.lua
- quarto