Skip to content

Commit 29e54fd

Browse files
authored
Move local-jekyll.md out of docs/site/ to docs/
local-jekyll.md is dev onboarding for previewing the docs site, not site content itself. Jekyll's Liquid engine tries to parse the literal '{% include %}' examples in the file (even inside backticks) and fails with 'Invalid syntax for include tag'. Jekyll 3 (used by GitHub Pages) has no per-file render_with_liquid escape. Moving the file to docs/local-jekyll.md keeps it discoverable next to the site it documents, but outside the Jekyll source tree so it's never processed.
1 parent 5c56b82 commit 29e54fd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
render_with_liquid: false
3-
---
41
# Running Jekyll Docs Locally (Docker)
52

63
Reusable recipe for previewing `just-the-docs` / GitHub Pages sites locally

0 commit comments

Comments
 (0)