-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
63 lines (54 loc) · 1.33 KB
/
_quarto.yml
File metadata and controls
63 lines (54 loc) · 1.33 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
project:
type: website
resources:
- survey/**
website:
title: "ClimateSense"
image: images/ClimateSense-logo.png
favicon: images/ClimateSense-favicon.png
open-graph: true
site-url: https://climatesense-project.eu/
repo-url: https://github.com/climatesense-project/climatesense-project.github.io
repo-actions: [edit, issue]
navbar:
toggle-position: right
background: "#f7fbf7"
logo: images/ClimateSense-logo.png
logo-alt: "ClimateSense logo"
title: false
collapse-below: lg
right:
- text: "About"
href: about.qmd
- text: "News"
href: news/index.qmd
- text: "Publications"
href: publications.qmd
- text: "Partners"
href: partners.qmd
page-navigation: true
back-to-top-navigation: false
page-footer:
background: "#94d198"
left: |
[Copyright © 2025 ClimateSense](/LICENCE.md)
center:
- href: https://github.com/climatesense-project
icon: github
aria-label: GitHub
- href: feeds.html
icon: rss
aria-label: RWDS rss
right: |
[About the project](/about.qmd)
format:
html:
theme: [lux, climatesense.scss]
css: climatesense.css
toc: true
grid:
sidebar-width: 0px
body-width: 1000px
margin-width: 250px
execute:
freeze: auto