-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
48 lines (44 loc) · 1.09 KB
/
_quarto.yml
File metadata and controls
48 lines (44 loc) · 1.09 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
project:
type: website
output-dir: _site
website:
title: "Oracle Submission Analysis"
navbar:
right:
- icon: github
href: https://github.com/autonity/oracle-submission-analysis
aria-label: GitHub
sidebar:
style: "docked"
contents:
- section: "Reports"
contents:
- summary_2024_12.qmd
- summary_2025_01.qmd
- summary_2025_02.qmd
- summary_2025_03.qmd
- summary_2025_04.qmd
- summary_2025_05.qmd
- summary_2025_06.qmd
- summary_first_half.qmd
- summary_final.qmd
- section: "Notebooks"
contents:
- notebooks/issue_1.qmd
- notebooks/issue_2.qmd
- notebooks/issue_3.qmd
- notebooks/issue_4.qmd
- notebooks/issue_5.qmd
- notebooks/issue_6.qmd
- notebooks/issue_7.qmd
- notebooks/issue_8.qmd
- notebooks/issue_9.qmd
- notebooks/issue_10.qmd
format:
html:
theme: cosmo
css: styles.css
toc: true
execute:
jupyter: python3
kernel: devenv