Skip to content

Commit f57d151

Browse files
committed
Update quarto.yml
1 parent 2af36c9 commit f57d151

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

_quarto.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ project:
22
type: book # Use book layout for left sidebar navigation
33
output-dir: docs # Render site output to docs/ for GitHub Pages
44

5+
extensions:
6+
- r-wasm/quarto-live # ← register the live extension
7+
58
book:
69
site-url: https://how-to-learn-to-code.github.io/python-class/
710
sidebar:
@@ -44,5 +47,9 @@ format:
4447
toc: true
4548
number-sections: false
4649

47-
execute: # build-time execution off; keep nb outputs
48-
enabled: false
50+
execute:
51+
freeze: auto
52+
cache: true
53+
warning: false
54+
message: false
55+
error: true

0 commit comments

Comments
 (0)