Creating Pages vs Content

I have been trying to figure this out but let’s say I want an about page but don’t want it listed in the root resource. How do you do this? I can’t seem to find anything that refers to this.

@Xander_Guzman Can you just create the single page in your content folder and then change the permalink for the front matter for that particular page? I’m still toying with this myself, but if you could point me to your source code, maybe I can offer a solution? Cheers.

The “root resource” being the home page, this is a common way:

  1. Add the about page in a different section or set type in front matter for that page.
  2. In the index.html for the home page, only query for the section(s)/type(s) you want (i.e. not the about page section).