-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
63 lines (57 loc) · 1.41 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
project:
type: website
title: "QDA for Computing Code"
execute-dir: project
render:
- index.qmd
- blog.qmd
- analysis-framework.qmd
- descriptive-codes.qmd
- themes.qmd
- digging-deeper.qmd
- comparing-students.qmd
- bio.qmd
- data/studentA_code.qmd
- data/studentB_code.qmd
- data/studentA_reproduced.qmd
website:
title: "A Guide to Qualitatively Analyzing Computing Code"
site-url: coding-code.netlify.app/
repo-url: https://github.com/atheobold/QDA-tutorial-website
repo-actions: [issue]
navbar:
background: primary
search: true
left:
- text: Home
file: blog.qmd
- text: Step-by-Step Guide
file: index.qmd
- text: About
file: bio.qmd
right:
- icon: github
href: https://github.com/atheobold/coding_code_JSE
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© Copyright 2023, Allison Theobold"
background: "#D9E3E4"
sidebar:
pinned: true
align: center
title: Step-by-Step Guide
style: "docked"
background: light
contents:
- analysis-framework.qmd
- descriptive-codes.qmd
- themes.qmd
- comparing-students.qmd
- digging-deeper.qmd
page-navigation: true
format:
html:
theme: cosmo
css: styles.css
toc: true
callout-appearance: simple