-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
65 lines (57 loc) · 1.9 KB
/
_quarto.yml
File metadata and controls
65 lines (57 loc) · 1.9 KB
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
project:
type: website
output-dir: _site
# Website config
website:
title: Experiences of Learning to Code
announcement:
content: This site is a work in progress - some links won't work and content is missing! (27/08/2025)
type: warning
icon: exclamation-circle
navbar:
logo: metadata/favicon.png
left:
- text: Project Overview
href: project.qmd
- text: Resources for Researchers
menu:
- text: Project Proposal
href: proposal/proposal.md
- text: Interview Sign-up Survey
href: jisc-surveys/survey.md
- text: Participant Information & Informed Consent
href: jisc-surveys/participant_info.md
- text: Instructions for Interviewers
href: interview-resources/instructions.md
- text: Interview Guide
href: interview-resources/interview_guide.md
- text: Reading List
href: reading_list.md
- text: Publications & Media
#menu:
#- text: ↗ Article
#- text: ↗ Presentation
#- text: ↗ Teaching Matters blog post
#- text: ↗ Methods paper
- text: Code & Data
href: code_data.qmd
right:
- icon: github
href: "https://github.com/ExpLrnCode-2024/ExpLrnCode-2024.github.io"
target: _blank
favicon: metadata/favicon.png
site-url: https://ExpLrnCode-2024.github.io
repo-url: https://github.com/ExpLrnCode-2024/ExpLrnCode-2024.github.io
page-footer:
border: true
background: light
left: |
[{fig-alt="SoPA logo" width=350px}](https://www.ph.ed.ac.uk/)
right: |
[{fig-alt="IAD logo" width=200px}](https://institute-academic-development.ed.ac.uk/)
# Re-compute only when source changes
execute:
freeze: auto
# Source shared metadata from these files
metadata-files:
- metadata/format.yml