-
Notifications
You must be signed in to change notification settings - Fork 4
/
_quarto-html.yml
68 lines (61 loc) · 2 KB
/
_quarto-html.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
book:
site-url: "https://acep-uaf.github.io/aetr-web-book-2024/"
repo-url: https://github.com/acep-uaf/aetr-web-book-2024
other-links:
- href: mailto:[email protected]
text: Report an issue via email
icon: envelope-exclamation
- href: https://acep-uaf.github.io/ak-energy-statistics-2011_2021/
text: Alaska Energy Statistics Workbooks (2011-2021)
icon: bi-file-spreadsheet
repo-actions: [issue]
downloads: pdf
chapters:
- index.qmd
- methods.qmd
- capacity.qmd
- generation.qmd
- consumption.qmd
- prices.qmd
- conclusions.qmd
- data.qmd
appendices:
- about.qmd
- historic_reports.qmd
- acronyms.qmd
- credits.qmd
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"
page-footer:
right: "This page is built with [Quarto](https://quarto.org/)."
center: "© [CC BY-SA 4.0](https://github.com/acep-uaf/aetr-web-book-2024/blob/main/LICENSE.md), 2024<br /> [Alaska Center for Energy and Power](https://www.uaf.edu/acep/)"
# These change page titles https://quarto.org/docs/books/book-structure.html#parts-appendices
# but not in the sidebar navigation or in cross-references
crossref:
appendix-title: "Appendix"
appendix-delim: ":"
format:
html:
anchor-sections: true
code-copy: true
code-overflow: wrap
css: styles.css
email-obfuscation: javascript
# fig-align: center Tried this but it overridden by Observable defaults (bootstrap?)
number-depth: 2
theme:
light: [cosmo, theme.scss, custom.scss] # from https://github.com/sta210-s22/website/blob/main/_quarto.yml
#dark: [cosmo, theme-dark.scss]
toc: true
filters:
- quarto
output:
quarto::quarto_html:
pre_processor: quarto::observable