-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
50 lines (45 loc) · 965 Bytes
/
_quarto.yml
File metadata and controls
50 lines (45 loc) · 965 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
42
43
44
45
46
47
48
49
project:
type: book
book:
title: "Professional Website Starter Guide"
author: "IQSS"
date: "last-modified"
page-navigation: true
search: true
sidebar:
search: true
collapse-level: 1
favicon: images/favicon.png
chapters:
- index.qmd
- part: "Google Sites"
chapters:
- GS_start.qmd
- GS_create.qmd
- GS_customize.qmd
- GS_domain.qmd
- part: "Online GitHub Editor"
chapters:
- OGHE_start.qmd
- OGHE_create.qmd
- OGHE_template.qmd
- OGHE_customize.qmd
- OGHE_domain.qmd
- part: "RStudio and Git"
chapters:
- RSG_start.qmd
- RSG_create.qmd
- RSG_template.qmd
- RSG_customize.qmd
- RSG_domain.qmd
bibliography: references.bib
format:
html:
theme:
light: cosmo
code-link: true
callout-appearance: simple
number-sections: false
css: styles.css
execute:
freeze: auto