Skip to content

Commit c4fa42a

Browse files
authored
refactor: 🔧 can render everything in Quarto project (#183)
# Description We don't need to set `render:` there usually isn't anything to not render. So we don't need these settings. This PR needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent a9c3a9f commit c4fa42a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

template/_quarto.yml.jinja

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
project:
22
# TODO: change to extension name if using a custom extension
33
type: website
4-
render:
5-
- "docs/*"
6-
- "index.qmd"
7-
- "404.qmd"
8-
- "CONTRIBUTING.md"
94

105
website:
116
# TODO: Fill in the title of the website.

0 commit comments

Comments
 (0)