Create a pages collection

This commit is contained in:
Helen Chong 2024-04-12 10:24:09 +08:00
parent 7f892f7b95
commit f56da996ae
4 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,6 @@
---
layout: start/base
tags: pages
desc: Welcome to Leilukin's personal website.
h1: Welcome to Leilukin's Hub!
---

View File

@ -0,0 +1,5 @@
{
"tags": "pages",
"layout": "main/base",
"permalink": "/{{ page.fileSlug }}/"
}