all repos — archive/homestead @ ad56116d0df26b4a6fe7f9cd04a21965d3184af5

My future indieweb platform

Reify taxonomies into just tags. I'm probably not going to need anything else, and this makes it a lot clearer

Alan Pearce
commit

ad56116d0df26b4a6fe7f9cd04a21965d3184af5

parent

84da95bc4a8374bd3962e2479df560c67a1b94ca

1 file changed, 1 insertion(+), 5 deletions(-)

changed files
M test/domain/posts.test.jstest/domain/posts.test.js
@@ -6,11 +6,7 @@
test.beforeEach(async t => { t.context = await Posts( { - folder: path.resolve(__dirname, "../testsite/posts/"), - taxonomies: { - tag: "tags", - category: "categories" - } + folder: path.resolve(__dirname, "../testsite/posts/") }, basename => basename );