-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
67 lines (64 loc) · 2.38 KB
/
_quarto.yml
File metadata and controls
67 lines (64 loc) · 2.38 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
66
67
project:
type: website
output-dir: docs
website:
title: "OTTR <img src='./resources/images/basic_otter_water.PNG' width = 35px>"
favicon: resources/images/basic_otter_water.ico
navbar:
left:
- text: "{{< fa home title='A home' >}}"
href: index.qmd
- text: "Quick Start"
menu:
- text: "Getting started"
href: getting_started.qmd
- text: "Next steps"
href: next_steps.qmd
- text: "Example use cases"
href: examples.qmd
- text: "Help me choose my template"
href: choose_template.qmd
- text: "Build with OTTR"
menu:
- text: "Template"
href: getting_started.qmd
- text: "Start writing"
href: writing_content_courses.qmd
- text: "Enroll for sync updates"
href: enroll_sync.qmd
- text: "OTTR-fy existing repo"
href: ottr-fy.qmd
- text: "Giving credits {{< fa award title='An award' >}}"
href: more_features_credits.qmd
- text: "---"
- text: "Customize"
- text: "Style {{< fa palette title='A palette' >}}"
href: customize-style.qmd
- text: "Checks {{< fa robot title='A robot' >}}"
href: customize-robots.qmd
- text: "Docker {{< fa gears title='gears' >}}"
href: customize-docker.qmd
- text: "Advanced Integrations"
menu:
- text: "Google Analytics {{< fa chart-line title='a line chart' >}}"
href: more_features_ganalytic.qmd
- text: "Citing sources {{< fa quote-left title='A left quotation mark' >}}"
href: more_features_sources.qmd
- text: "Google Docs {{< fa file title='a file folder' >}}"
href: more_features_gdoc.qmd
- text: "Borrowing chapters {{< fa bookmark title='A bookmark' >}}"
href: more_features_borrowing.qmd
- text: "Publishing OTTR courses"
href: publishing.qmd
- text: "Troubleshooting {{< fa tools title='tools' >}}"
href: faqs.qmd
- text: "Contact {{< fa envelope title='An envelope' >}}"
href: contact.qmd
- text: "{{< fa brands github title='The GitHub logo' >}}"
href: https://github.com/ottrproject/OTTR_Template
format:
html:
theme: cosmo
css: styles.css
toc: true
include-after-body: resources/footer.html