Skip to content

Commit 20ee2be

Browse files
authored
Add 404 page and upgrade quarto (#25)
1 parent 832525b commit 20ee2be

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ site_libs/
1717
edit.html
1818

1919
/.quarto/
20+
21+
**/*.quarto_ipynb

404.qmd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 404 Page Invisible
3+
---
4+
5+
That demo doesn't exist yet.
6+
Check some existing demos at our home page:
7+
8+
[Home](https://demo.mreye.nl){.btn .btn-primary .btn role="button"}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.11"
77
dependencies = [
88
"lzstring>=1.0.4",
99
"python-frontmatter>=1.1.0",
10-
"quarto-cli>=1.7.33",
10+
"quarto-cli>=1.8.25",
1111
"shinylive>=0.8.3",
1212
"visisipy>=0.1.0",
1313
]

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)