Commit 29e54fd
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
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
0 commit comments