https://github.com/bblanchon/jekyll-config-include-folder-repro
This repository demonstrates that, contrary to what the documentation says, Jekyll's option include ignores folder names.
https://github.com/bblanchon/jekyll-config-include-folder-repro
Last synced: 2 months ago
JSON representation
This repository demonstrates that, contrary to what the documentation says, Jekyll's option include ignores folder names.
- Host: GitHub
- URL: https://github.com/bblanchon/jekyll-config-include-folder-repro
- Owner: bblanchon
- Created: 2022-08-29T10:16:44.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T10:21:12.000Z (almost 3 years ago)
- Last Synced: 2025-02-09T04:27:47.104Z (4 months ago)
- Language: Ruby
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository demonstrates that, contrary to what [the documentation](https://jekyllrb.com/docs/configuration/options/) says, Jekyll's option `include` ignores folder names.
## How to build?
```
bundle exec jekyll build
```## Expected output
```
_site/
excluded/
included/
this-file-should-be-included
```## Actual output
```
_site/
(empty)
```