feat: reorg catalogue files
This commit is contained in:
parent
a8a79d9f29
commit
73aa7fd37a
4 changed files with 7 additions and 2 deletions
6
src/content/catalogue/books/a-test-book.md
Normal file
6
src/content/catalogue/books/a-test-book.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Here is my test book
|
||||
date: 2023-02-02
|
||||
---
|
||||
|
||||
Here we go!!
|
5
src/content/catalogue/books/books.json
Normal file
5
src/content/catalogue/books/books.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"layout": "base",
|
||||
"tags": "books",
|
||||
"permalink": "books/{{ page.fileSlug }}/index.html"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue