-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
42 lines (36 loc) · 1017 Bytes
/
_quarto.yml
File metadata and controls
42 lines (36 loc) · 1017 Bytes
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
project:
type: website
output-dir: docs
website:
title: "Home"
open-graph: true # https://quarto.org/docs/websites/website-tools.html#open-graph
page-footer: "Made with ❤️ and Quarto"
navbar:
title: Creating a Discord Server
right:
- text: Home
href: index.qmd
left:
- text: Channels
href: channels.qmd
tools:
- icon: github
href: https://github.com/tylermcinnes/
## May choose to add a sidebar if each section requires multiple pages. If not, skip this and
## rely on toc: true within the header yaml on each section page.
# sidebar:
# - title: "Creating a discord server"
# style: "docked"
# background: light
# contents:
# - channels.qmd
format:
html:
## the following html format rules are copied into styles.scss
# backgroundcolor: "#ebd9c8"
# fontcolor: "#003f5a"
# linkcolor: "#de6600"
mainfont: "sarif"
monofont: "monospace"
fontsize: 18px
theme: [cosmo, styles.scss]