-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
73 lines (69 loc) · 1.63 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
69
70
71
72
73
project:
type: website
render:
- "*.qmd"
- "!private/"
preview:
port: 7777
browser: false
website:
title: "CITF-Postdoc"
site-url: "https://zackbatist.info/CITF-Postdoc/"
repo-url: "https://github.com/zackbatist/CITF-Postdoc"
repo-actions: [source]
bread-crumbs: true
page-navigation: false
favicon: images/favicon.ico
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left:
- text: "CC0"
href: https://creativecommons.org/publicdomain/zero/1.0/
sidebar:
logo: "images/logo.png"
pinned: true
align: center
style: "docked"
search: true
collapse-level: 2
contents:
- href: index.qmd
text: Home
- href: context.qmd
text: Context
- href: research-protocol.qmd
text: Research Protocol
- href: case-selection.qmd
text: Case Selection
- href: ethics-protocol.qmd
text: Ethics Protocol
- href: interview-protocol.qmd
text: Interview Protocol
- href: data-management.qmd
text: Data Management
- href: qda-protocol.qmd
text: QDA Protocol
- href: glossary.qmd
text: Glossary
- href: notes.qmd
text: Notes
- href: posts.qmd
text: Blog
- href: https://github.com/zackbatist/CITF-Postdoc
text: GitHub
- href: CITF-Postdoc.bib
text: Bib
- href: posts.xml
text: RSS
format:
html:
theme: cosmo
code-copy: true
code-overflow: wrap
toc: true
filters:
- quarto
- include-files.lua
# - collect-citekeys.lua
execute:
freeze: auto