An open API service indexing awesome lists of open source software.

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.

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)
```