-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
59 lines (53 loc) · 1.26 KB
/
_quarto.yml
File metadata and controls
59 lines (53 loc) · 1.26 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
project:
type: website
output-dir: docs
preview:
port: 3000
browser: false
website:
title: "Nanoroad ANR project"
description: "Linking NANOstructure and macroscopic properties of bitumen to improve their recyclability and aging: towards a sustainable development of ROAD materials"
twitter-card: true
open-graph: true
reader-mode: true
page-navigation: true
repo-branch: main
repo-url: https://github.com/Nanoroad/website
# repo-actions: [issue]
navbar:
search: true
right:
- href: index.qmd
text: Home
- text: Work packages
menu:
- href: WPs/wp1.qmd
text: WP1
- href: WPs/wp2.qmd
text: WP2
- href: WPs/wp3.qmd
text: WP3
- href: WPs/wp4.qmd
text: WP4
- href: WPs/wp5.qmd
text: WP5
- href: deliverables.qmd
text: Deliverables
- href: biblio.qmd
text: Bibliography
- about.qmd
bibliography:
- _biblio/nanoroad_jfb.bib
suppress-bibliography: false
link-citations: true
csl: _biblio/elsevier-harvard.csl
editor:
render-on-save: true
format:
html:
theme: _config/custom.scss
css: _config/styles.css
toc: true
page-layout: full
execute:
freeze: auto