-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
68 lines (61 loc) · 1.45 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
project:
type: website
render:
- index.qmd
- pages/instructions.qmd
- pages/fulton.qmd
- pages/r_practical.qmd
- pages/under_construction.qmd
- pages/tbe.qmd
- pages/stegen-en.qmd
- pages/openxlsx2_tutorial-en_revised.qmd
# Spanish
- pages/oswego.es.qmd
- pages/under_construction.es.qmd
# French
- pages/under_construction.fr.qmd
website:
title: "Applied Epi Open Case Study Repository"
navbar:
left:
- href: index.qmd
text: Home
- href: pages/instructions.qmd
text: How-to Guide
- href: "https://appliedepi.org/"
text: About Applied Epi
tools:
- icon: twitter
href: "https://twitter.com/appliedepi"
- icon: linkedin
href: "https://www.linkedin.com/company/appliedepi/"
background: primary
sidebar:
logo: "images/logos/Applied_Epi_logo.png"
format:
html:
theme:
light: sandstone
dark: [darkly, theme-dark.scss]
toc: true
toc-location: left
number-sections: false
number-depth: 0
grid:
body-width: 1200px
margin-width: 40px
# css:
# - webex.css
# include-after-body:
# - webex.js
babelquarto:
languagecodes:
- name: es
text: "Español"
- name: en
text: "English"
mainlanguage: 'en'
languages: ['es']
languagelinks: sidebar
title-es: "Estudios de casos de AppliedEpi"
lang: en