Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 275 Bytes

File metadata and controls

16 lines (13 loc) · 275 Bytes

Website Documentation

Adding new posts

Create a markdown file in _pages/dynamic named whatever. Then add the following template to the top of the file with your details.

---
title: "Test Post"
date:
  day: 11
  month: 10
  year: 2022
author: "Test"
---