We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d905921 commit 6165c04Copy full SHA for 6165c04
.changes/unreleased/Changed-20251001-203803.yaml
@@ -0,0 +1,3 @@
1
+kind: Changed
2
+body: Fixed .gitignore to allowed rendered PDFs for posts
3
+time: 2025-10-01T20:38:03.748761696+10:00
.gitignore
@@ -32,6 +32,8 @@ node_modules/
32
33
# Typst / LaTeX
34
*.pdf
35
+# Allow rendered Typst outputs in content
36
+!content/**/*.pdf
37
*.aux
38
*.log
39
*.out
0 commit comments