Create a pages collection
This commit is contained in:
parent
7f892f7b95
commit
f56da996ae
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: start/base
|
layout: start/base
|
||||||
|
tags: pages
|
||||||
desc: Welcome to Leilukin's personal website.
|
desc: Welcome to Leilukin's personal website.
|
||||||
h1: Welcome to Leilukin's Hub!
|
h1: Welcome to Leilukin's Hub!
|
||||||
---
|
---
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"tags": "pages",
|
||||||
|
"layout": "main/base",
|
||||||
|
"permalink": "/{{ page.fileSlug }}/"
|
||||||
|
}
|
Loading…
Reference in New Issue