generated from DevPsyLab/QuartoWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
49 lines (47 loc) · 1.17 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
project:
type: website
website:
title: "Python Data Analysis Guides"
navbar:
left:
- href: index.qmd
text: Home
- text: Python Guides
menu:
- text: Data Management
href: dataManagement.qmd
- text: Django
href: django.qmd
- text: Python
href: python.qmd
- text: Links
menu:
- text: Lab Wiki
href: https://devpsylab.github.io/LabWiki/
- text: Data Analysis Guides
href: https://devpsylab.github.io/DataAnalysis
- about.qmd
right:
- text: "Lab Wiki"
href: https://devpsylab.github.io/LabWiki
- text: "Lab Website"
href: https://developmental-psychopathology.lab.uiowa.edu
format:
html:
theme: cosmo
css: ["styles.css", "includes/custom.css", "font/css/roboto.css"]
toc: true
toc-depth: 3
toc-title: Contents
toc-location: right
number-sections: true
code-fold: true
df-print: paged
code-tools:
source: true
toggle: true
link-external-newwindow: true
include-in-header:
- "includes/google_analytics.html"
include-after-body:
- "includes/footer.html"