In the project i’m currently building i created a folder named /pages to better organize the many pages i’m going to create:
pages¬
swfl.md
After building with jekyll, the resulting structure in _site is:
pages¬
swfl.md
swfl.html
This does not happen for *.md files stored in root or _posts directory. Also, when i define a permalink to another directory via front matter, it will only create the final .html.
So how do i stop it from copying over unprocessed source files?
Using jekyll 3.8.5 - any help much appreciated!