A Quartz repository to hold my creative writing writing.by.keea.dog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

test page for adult content modal

keea.dog c471828d 98def667

verified
+13 -1
+8
content/demo-adult.md
··· 1 + --- 2 + title: "Demo: Show Adult Content Modal" 3 + adultContent: true 4 + tags: 5 + - hidden 6 + --- 7 + 8 + This is a dummy page to test / demonstrate the tagging of adult content and the age check modal.
+5 -1
quartz.layout.ts
··· 37 37 { Component: Component.ReaderMode() }, 38 38 ], 39 39 }), 40 - Component.Explorer(), 40 + Component.Explorer({ 41 + filterFn: (node) => { 42 + return node.data?.tags?.includes("hidden") !== true 43 + } 44 + }), 41 45 ], 42 46 right: [ 43 47 //Component.Graph(),