Jekyll minima _includes or _layouts not in folder

I know this post was made before, but it does not answer my question. I run bundler exec jekyll serve, my bundler is up to date as well as my gems. I need to change the order in my _includes and _layouts folder but they do not exist in my folder.

The _includes and _layouts folders exist within the Minima gem. You can copy them from the gem if you want to.
To get the path to the Minima gem currently used, simply run the following:

bundle show minima
1 Like