Found while reviewing docs in PR #30 — flagging only, couldn't confirm intent.
File: search.md
index.md and README.md both explicitly set needAutoGenerateSidebar: false. search.md doesn't set this field at all, so it inherits _config.yml's default of true for path "". This could be intentional (the search page wants a sidebar, unlike the two homepage-like pages) or an oversight — search-layout isn't defined in this repo (it comes from a remote theme), so I couldn't confirm whether the field even affects that layout's rendering.
Found while reviewing docs in PR #30 — flagging only, couldn't confirm intent.
File:
search.mdindex.mdandREADME.mdboth explicitly setneedAutoGenerateSidebar: false.search.mddoesn't set this field at all, so it inherits_config.yml's default oftruefor path"". This could be intentional (the search page wants a sidebar, unlike the two homepage-like pages) or an oversight —search-layoutisn't defined in this repo (it comes from a remote theme), so I couldn't confirm whether the field even affects that layout's rendering.