I desperately need the recent notes to stop showing the homepage.
This took me like 20 minutes to figure out because I am a NOOB!!!!!!!
What I changed:
in the quartz.layout.ts for recentNotesConfig
filter:
(f: QuartzPluginData) => !f.slug!.startsWith("tags/") && !f.slug!.endsWith("/index") && !f.filePath!.endsWith("index.md")
I think this will also get rid of any other index page edits. Which is fine. They’re meta. They don’t need to be there.