Pages
- Add
page-name.htmlorpage-name.mdtopages/,new subfolderor toroot directoryof your project. -
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) --- - The new page will be added to the navigation bar automatically.
- Check more pages templates from here.