-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
40 lines (38 loc) · 959 Bytes
/
_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
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "!peer_review_word.qmd"
website:
title: "Future Performance Tool - the analysis underpinning the medium-term planning tool"
page-navigation: true
site-path: /outputs/
navbar:
right:
- icon: github
href: https://github.com/nhs-bnssg-analytics/fpt_analysis
aria-label: GitHub
sidebar:
logo: outputs/logo.png
logo-href: index.html
style: "docked"
background: "white"
search: true
contents:
- text: "Scope"
file: outputs/01_index.qmd
- outputs/introduction_introduction_and_aims.qmd
- section: Data
contents: outputs/Data/*
- section: Modelling
contents: outputs/Modelling/*
- section: Results
contents: outputs/Results/*
- section: Implementation
contents: outputs/Implementation/*
format:
html:
theme: cosmo
css: styles.css
toc: true