Hi, I am trying out Cryogen to use for a documentation for a simple SaaS I'm building. So I'm following the instructions on the getting started page but I get "Unqualified function can't be resolved: create" when executing clojure -X:new create :template cryogen :name me.my-blog
I'm a clojure newbe so forgive me if this is elementary knowledge
It works if I remove create
We assume you set up Clj-new as described at https://github.com/seancorfield/clj-newhttps://github.com/seancorfield/clj-new
If you have :new
set up per the clj-new
README, you should not specify create
@fredrik245 Where did you find the instruction to use clojure -X:new create :template cryogen ...
?
Ugh! It's on the cryogen home page 😞
@holyjak yes I did
I submitted a PR to fix their quick start guide!
As you noted @fredrik245 it works if you omit create
-- their instructions are currently wrong.
:thumbsup:
https://github.com/seancorfield/clj-new/blob/develop/README.md has examples (without create
!) 🙂
😃
Thanks! Will fix.
the clojure community is refreshingly helpful and fast 😄
@fredrik245 FYI, the home page has been updated now! (thanks @yogthos)
awesome :thumbsup:
is it possible to use cryogen with hiccup instead?
there is also https://github.com/retrogradeorbit/bootleg