cryogen

http://cryogenweb.org/ - static sites by @U0DJK1VH6 & Co.
Fredrik Andersson 2021-02-22T21:38:24.002900Z

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

Fredrik Andersson 2021-02-22T21:39:24.003800Z

I'm a clojure newbe so forgive me if this is elementary knowledge

Fredrik Andersson 2021-02-22T21:49:43.004100Z

It works if I remove create

Jakub Holý 2021-02-22T22:00:01.004900Z

We assume you set up Clj-new as described at https://github.com/seancorfield/clj-newhttps://github.com/seancorfield/clj-new

seancorfield 2021-02-22T22:03:46.005500Z

If you have :new set up per the clj-new README, you should not specify create

seancorfield 2021-02-22T22:04:20.006100Z

@fredrik245 Where did you find the instruction to use clojure -X:new create :template cryogen ... ?

seancorfield 2021-02-22T22:04:52.006500Z

Ugh! It's on the cryogen home page 😞

Fredrik Andersson 2021-02-22T22:06:05.006800Z

@holyjak yes I did

seancorfield 2021-02-22T22:08:37.007200Z

I submitted a PR to fix their quick start guide!

seancorfield 2021-02-22T22:09:59.007900Z

As you noted @fredrik245 it works if you omit create -- their instructions are currently wrong.

Fredrik Andersson 2021-02-22T22:10:05.008100Z

:thumbsup:

seancorfield 2021-02-22T22:11:10.008400Z

https://github.com/seancorfield/clj-new/blob/develop/README.md has examples (without create!) 🙂

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

😃

Jakub Holý 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
seancorfield 2021-02-22T23:54:40.010900Z

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

Fredrik Andersson 2021-02-22T23:54:50.011100Z

awesome :thumbsup:

Fredrik Andersson 2021-02-22T23:55:23.011500Z

is it possible to use cryogen with hiccup instead?

Jakub Holý 2021-02-23T11:04:05.012400Z

there is also https://github.com/retrogradeorbit/bootleg