feat: move categories to tags

This commit is contained in:
Devin Haska 2024-02-17 00:10:43 -08:00
parent b6c9a2b75c
commit 327b38f35b
56 changed files with 125 additions and 136 deletions

View file

@ -1,5 +1,5 @@
{
"layout": "catalogue",
"tags": "books",
"tags": "book",
"permalink": "books/{{ page.fileSlug }}/index.html"
}

View file

@ -0,0 +1,3 @@
{
"tags": "catalogue"
}