Pages

  1. Add page-name.html or page-name.md to pages/, new subfolder or to root directory of your project.
  2. Add front matter to the top of your new page.

     ---
     layout: default
     title: Page Name
     permalink: /page_permalink/ (the output path for the page)
     weight: 2 (the order of the page in the navigation bar)
     ---
    
  3. The new page will be added to the navigation bar automatically.
  4. Check more pages templates from here.