cryogen 2021-02-22

@fredrik245 has joined the channel

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

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.

👍

😃

Jakub Holý (HolyJak) 2021-02-22T22:19:09.009300Z

Thanks! Will fix.

Fredrik Andersson 2021-02-22T22:19:37.010Z

the clojure community is refreshingly helpful and fast 😄

❤️ 1

@fredrik245 FYI, the home page has been updated now! (thanks @yogthos)

Jakub Holý (HolyJak) 2021-02-23T11:03:16.012100Z

and the getting-started has now also been updated to show clj -X:new ... correctly

👍🏻 1
🙌 1

awesome 👍

is it possible to use cryogen with hiccup instead?