-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
52 lines (49 loc) · 1.93 KB
/
_quarto.yml
File metadata and controls
52 lines (49 loc) · 1.93 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
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: "Customization"
menu:
- text: "Customizing checks {{< fa robot title='A robot' >}}"
href: customize-robots.qmd
- text: "Customizing style {{< fa palette title='A palette' >}}"
href: customize-style.qmd
- text: "Customizing Docker {{< fa gears title='gears' >}}"
href: customize-docker.qmd
- text: "Citing sources {{< fa quote-left title='A left quotation mark' >}}"
href: more_features_sources.qmd
- text: "Giving credits {{< fa award title='An award' >}}"
href: more_features_credits.qmd
- text: "Borrowing chapters {{< fa bookmark title='A bookmark' >}}"
href: more_features_borrowing.qmd
- text: "Compatibility with Google Docs {{< fa file title='a file folder' >}}"
href: more_features_gdoc.qmd
- text: "Google Analytics {{< fa chart-line title='a line chart' >}}"
href: more_features_ganalytic.qmd
- text: "OTTR-fying an existing repository"
href: ottr-fy.qmd
- text: "About OTTR babies"
href: examples.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