-
Notifications
You must be signed in to change notification settings - Fork 4
/
website_backup.yml
100 lines (89 loc) · 2.54 KB
/
website_backup.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
this was _quarto.yml when AETR was a website
project:
type: website
website:
page-navigation: true
back-to-top-navigation: true
title: AETR Web Book
site-url: "https://acep-uaf.github.io/aetr-web-book/"
repo-url: https://github.com/acep-uaf/aetr-web-book
other-links:
- href: mailto:[email protected]
text: Report an issue via email
icon: envelope-exclamation
repo-actions: [issue]
page-footer:
right: "This page is based on Openscape's [Quarto Site Template](https://github.com/Openscapes/quarto-website-tutorial) and built with [Quarto](https://quarto.org/) ."
left: "© CC-By , 2023"
sidebar:
logo: "images/ACEP_gear.png"
pinned: true
align: center
title: "<strong>2024 Alaska Electricity Trends Report</strong><br/><small><em>(Data Years 2011-2021)</em></small><br/>"
tools:
- icon: globe
href: https://www.uaf.edu/acep/
text: "Alaska Center for Energy and Power"
- icon: github
href: https://github.com/acep-uaf/aetr-web-book
text: "Project GitHub"
style: "docked"
search: true
collapse-level: 3
contents:
- href: index.qmd
text: Summary
icon: dot
- href: about.qmd
text: About this Report
icon: dot
- href: methods.qmd
text: Methods
icon: dot
- section: "Discussion"
icon: dot
contents:
- href: capacity.qmd
text: Capacity
icon: dot
- href: generation.qmd
text: Net Generation
icon: dot
- href: consumption.qmd
text: Consumption
icon: dot
- href: prices.qmd
text: Price of Electricity
icon: dot
- href: conclusions.qmd
text: Conclusions
icon: dot
- section: "Appendices"
icon: dot
contents:
- href: historic_reports.qmd
text: Historical Reports
icon: dot
- href: data.qmd
text: Data Portal
icon: dot
- href: acronyms.qmd
text: Definitions of Acronyms
icon: dot
- href: credits.qmd
text: About the Team
icon: dot
format:
html:
anchor-sections: true
code-copy: true
code-overflow: wrap
css: styles.css
theme:
light: [cosmo, theme.scss] # from https://github.com/sta210-s22/website/blob/main/_quarto.yml
#dark: [cosmo, theme-dark.scss]
toc: true
date: last-modified
date-format: "MMM D, YYYY [at] HH:mm z"
filters:
- quarto