Then i made a future.html file in my root and copied the content of index.html. I replaced the “post” with “future_projects”
This didn’t do much. Since this sentence is not HTML, but probably Markdown or Jekyll code, i googled “how to create similar folder as _posts in Jekyll site. This stackoverflow page referred me to the Jekyll documentation page about Collections.
I had to declare a collection in my _config.yml file called “future_projects”. I wanted a listed view of the future projects pages, so i also had to put output: true
Now i could see a similar list as seen on my index page, but with pages saved in my _future_projects folder!