This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-01
Channels
- # announcements (1)
- # babashka (1)
- # beginners (49)
- # calva (111)
- # chlorine-clover (2)
- # cider (2)
- # circleci (9)
- # clojure (60)
- # clojure-europe (25)
- # clojure-nl (4)
- # clojure-taiwan (2)
- # clojure-uk (10)
- # code-reviews (5)
- # conjure (1)
- # cryogen (2)
- # cursive (1)
- # data-science (1)
- # datomic (1)
- # figwheel-main (1)
- # fulcro (23)
- # hoplon (2)
- # malli (4)
- # meander (1)
- # off-topic (149)
- # other-languages (1)
- # re-frame (40)
- # reagent (27)
- # reitit (2)
- # shadow-cljs (25)
- # slack-help (4)
- # spacemacs (7)
- # xtdb (11)
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.
👍 3