Skip to content

Commit d958dd1

Browse files
committed
added extension metadata
1 parent f0073f8 commit d958dd1

10 files changed

+48
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/.quarto/
22
_site/
3+
*.quarto_ipynb

extensions/audits/_quarto.yml renamed to extensions/audit-reports/_quarto.yml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ website:
1616
format:
1717
html:
1818
theme: cosmo
19-
css: styles.css
2019
toc: true
2120
code-fold: true
2221

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name="audit-reports"
2+
title="audit reports"
3+
access_type="acl"
4+
description="a quarto site of audit reports"
File renamed without changes.
+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"version": 1,
3+
"locale": "en_US.UTF-8",
4+
"metadata": {
5+
"appmode": "quarto-static",
6+
"content_category": "site"
7+
},
8+
"quarto": {
9+
"version": "1.6.24",
10+
"engines": [
11+
"jupyter",
12+
"markdown"
13+
]
14+
},
15+
"python": {
16+
"version": "3.10.12",
17+
"package_manager": {
18+
"name": "pip",
19+
"version": "24.2",
20+
"package_file": "requirements.txt"
21+
}
22+
},
23+
"files": {
24+
"requirements.txt": {
25+
"checksum": "14afee42bc12b9cf7b5eb68a43e9376d"
26+
},
27+
"_quarto.yml": {
28+
"checksum": "32abcc13574bb20bf8525594ef38e158"
29+
},
30+
"connect-extension.toml": {
31+
"checksum": "4e98422d345e3427ccdce831216ef084"
32+
},
33+
"index.qmd": {
34+
"checksum": "2bafb90cfc5b4933ee0ef8d4d07ff5b2"
35+
},
36+
"runtime-versions.qmd": {
37+
"checksum": "5fc1056d0e0e8b89721cc7508a635eff"
38+
},
39+
"unpublished.qmd": {
40+
"checksum": "dd2d6de0ce972611a454e80776c4ed3d"
41+
}
42+
}
43+
}

extensions/audits/styles.css

-1
This file was deleted.

0 commit comments

Comments
 (0)