Adding a page
- Create a new file.
- Add the following front matter:
--- layout: page title: (The title of your page) ---
- Add your page content below the front matter. If you want to add any special formatting, you can add it using Markdown syntax. You can also use plain HTML, although if you are hosting your page on github pages, keep in mind that they may remove some HTML tags for security reasons.