-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
51 lines (42 loc) · 1.02 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
project:
type: website
resources:
- "static/*"
website:
title: "CCMI"
description: "EPSRC Centre for Doctoral Training in Colllaborative Compuational Modelling at the Interface"
favicon: static/assets/ccmi_rounded_colour.png
open-graph: true
navbar:
background: darkblue
logo: static/assets/ccmi_rounded_colour.png
search: true
right:
- text: Home
file: index.qmd
- text: Events
file: events/event_list.qmd
- text: Training Programme
file: training/training.qmd
- text: How to apply
file: apply.qmd
- text: Blog
file: blog/blog_list.qmd
- text: FAQ
file: faq.qmd
- text: About
menu:
- text: Our Leadership Team
file: team.qmd
- text: Contact us
href: /#contact-us
format:
html:
theme: default
css: styles.css
toc: false
smooth-scrolling: true
font-family: sans-serif
include-after-body: "templates/footer.html"
execute:
freeze: auto