Creating a new simple page
Step-by-step guide to create a new simple page
Note: Do not put spaces in the filename of your .md file. Always replace the spaces with dash (-)
- Select your “Staging” Branch
- Go to the folder that you wish to create your new simple page
- Click on “Create new file” button
- Copy and paste the header code snippet below into your file
- Fill in title, permalink, breadcrumb. We recommend to make reference from your other existing .md simple page
- Add in your markdown content of your page
- Save the file in .md
- Click on “Commit changes” button
# Sample code snippet for simple page
# Always replace the spaces in your permalink with dash (-) otherwise your website will break!
---
title: fill in your own title description
permalink: /fill-in-your-own-title-description/
breadcrumb: Fill in your own title description
---