-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
74 lines (67 loc) · 2.16 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
project:
type: website
output-dir: docs
website:
title: "Deep Policy Lab"
image: "/files/images/deeplab.png"
description: "Deep Energy and Climate Policy Lab: Data Driven, Evidence based, Energy, Environmental, and Climate Policy; Deep analysis, Deep insights, for Deep decarbonization. Alias: DEEP Lab, DEEP Energy Lab, DEEP Climate Lab. Key words: Deep energy systems, Deep decarbonization, Deep modeling, Deep policy, Energy and climate policy, Energy Systems, Energy policy, Climate policy, Energy transition."
navbar:
background: "#05336B"
foreground: "#FFFFFF"
left:
- text: About
href: about.qmd
- text: News
href: news.qmd
- text: Events
href: events.qmd
- text: People
href: people.qmd
- text: Research
href: research.qmd
- text: Projects
href: projects.qmd
- text: Publications
href: publications.qmd
- text: Resources
href: resources.qmd
- text: Support
href: support.qmd
- text: 中文
href: cn.qmd
right:
- icon: github
href: https://github.com/deeppolicylab
- text: "{{< fa brands bluesky >}}"
href: https://bsky.app/profile/deeppolicylab.bsky.social
target: _blank
page-navigation: true
page-footer:
left: "[Deep Policy Lab](http://deeppolicylab.github.io) © <script>document.write(new Date().getFullYear())</script>"
right:
- icon: github
href: https://github.com/deeppolicylab
- text: "{{< fa brands bluesky >}}"
href: https://bsky.app/profile/deeppolicylab.bsky.social
target: _blank
search:
location: navbar
type: textbox
reader-mode: true
repo-url: https://github.com/deeppolicylab/deeppolicylab.github.io
# repo-actions: [edit, issue, source]
open-graph: true
twitter-card: true
# card-style: summary
site-url: "http://deeppolicylab.github.io"
google-analytics:
tracking-id: "G-TEC97F8RGK"
anonymize-ip: true
bibliography: references.bib
format:
html:
theme: cosmo
css: styles.css
toc: true
link-external-icon: false
link-external-newwindow: true