Morning and HNY 🙂
I'm playing around with Cryogen today. I'm attempting to have both a dedicated homepage using a page with :home? true
and a separate listing page like when setting :previews true
in config.edn.
Ideally I'd like the following type of path setup:
- /
shows dedicated homepage
- /posts
or /blog
shows the previews template page
Is this easily doable? At the moment it seems like an either/or setup
I'm not sure. I'd recommend just looking at the code, it isn't complicated.