Hi. Does anyone know how, when you’re using Minima, you get the header_pages listing in _config.yml to grab pages from the _pages directory rather than from the root directory?
I’ve moved about.md to the _pages directory and so far I’ve tried:
Works for me. You probably forgot to add _pages to the include array in your config. By default Jekyll ignores folders that start with an underscore (except _posts, _sass, _includes, _data, and _layouts). _pages isn’t a Jekyll convention, so you need to specifically tell it to include that folder.