Create a pages collection

This commit is contained in:
Leilukin 2024-04-12 10:24:09 +08:00 committed by Helen Chong
parent df7dacf268
commit 20655adfb1
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 }}/"
}