-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
50 lines (47 loc) · 1.36 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
project:
type: website
output-dir: docs
website:
title: "HSMA Project Handbook"
google-analytics:
tracking-id: "G-MBWDD0MCCS"
anonymize-ip: true
cookie-consent:
type: express
style: simple
palette: dark
navbar:
left:
- href: index.qmd
text: Home
- text: "Past HSMA Projects"
menu:
- href: previous_projects/index.qmd
text: Projects by Cohort
- href: previous_projects/projects_by_methods.qmd
text: Projects by Method
- href: previous_projects/projects_by_organisation.qmd
text: Projects by Organisation
- href: previous_projects/projects_by_service_area.qmd
text: Projects by Service Area
- text: "Project Ideas"
menu:
- href: idea_generation_tips.qmd
text: Tips for Coming Up with a Project Idea
- href: general_project_ideas/index.qmd
text: General Project Ideas
- href: non_hsma_projects/index.qmd
text: Non-HSMA Projects
- href: project_registration_process.qmd
text: Registering a Project
- href: project_design_template.qmd
text: Optional Design Template
- href: phase_2_overview.qmd
text: Phase 2 Details
- href: faqs.qmd
text: "FAQs"
format:
html:
theme: cosmo
css: styles.css
toc: true