Jekyll¶
run locally¶
include folder in site but exclude from jekyll processing¶
- https://talk.jekyllrb.com/t/include-all-files-in-a-specific-directory-even-if-the-filenames-start-with-underscores/5849/6
Solution:
includedoes not workexclude_filesdoes not workin workflows, add a step to copy the source folder to the
_siteif that folder is one of your repo, disable github pages in that repo. Otherwise the repo github page will overwrite your
user.github.io/repo_namepagealso ensure that
.gitignorenot exclude any required folders, such as underscore folders