Skip to content

Commit 3093180

Browse files
committed
Deploying to gh-pages from @ a1731e9 🚀
1 parent f0c07f2 commit 3093180

97 files changed

Lines changed: 34445 additions & 2795 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!doctype html>
2+
<title>404 Not Found</title>
3+
<h1>404 Not Found</h1>

_quarto.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
project:
2+
type: default
3+
render:
4+
- "*.qmd"
5+
- "**/*.qmd"
6+
- "**/_index.qmd"
7+
8+
format:
9+
commonmark:
10+
from: "markdown-smart"
11+
variant: "+yaml_metadata_block"
12+
wrap: preserve
13+
14+
execute:
15+
freeze: false
16+
17+
knitr:
18+
opts_chunk:
19+
class-output: output
20+
21+
filters:
22+
- path: _extensions/image/image.lua

0 commit comments

Comments
 (0)