cryogen

Jakub Holý (HolyJak) 2021-10-05T07:48:40.029200Z

🙏 https://github.com/cryogen-project/cryogen-docs/pull/45

yogthos 2021-10-05T15:30:46.029600Z

ok all prs merged and 0.6.4 is out on clojars 🙂

❤️ 2
🙏 1
Jakub Holý (HolyJak) 2021-10-05T16:03:15.029700Z

Awesome, thanks a lot!

Jakub Holý (HolyJak) 2021-10-05T16:10:54.030500Z

Verified it works, including auto-refresh

yogthos 2021-10-05T16:17:18.031100Z

🎉

practicalli-johnny 2021-10-05T17:44:40.033700Z

Is there a recommended way to update a cryogen project that was created a while ago with the recent changes? Is it just a matter of creating a new project and copying over the config, content and theme? Or alternatively just copying the src code from a newly create cryogen project on top of the existing projects src? Or is there some kind of updater I haven't noticed?

Jakub Holý (HolyJak) 2021-10-05T18:59:46.034800Z

No, no updater. I'd just copy the src/ I don't think there své been changes to anything else relevant

seancorfield 2021-10-05T20:04:33.035600Z

My blog setup is still using the old lein version of Cryogen. One day I'll roll up my sleeves and upgrade it to the latest version...

seancorfield 2021-10-05T20:06:42.036300Z

Wait, the current version is still using lein? I thought it had been changed over to deps.edn? Am I looking in the wrong place?

seancorfield 2021-10-05T20:17:22.037900Z

Ah, the newly generated version supports both! I get it. I think I have some modified core files in my setup (I have cryogen-core namespaces that are not part of the generated project) so maybe an upgrade won't be so easy.

✅ 1
seancorfield 2021-10-05T20:19:22.038900Z

(I have local changes to allow the sitemap to exclude paths - I think that made it into core at some point but I'd have to double-check it's compatible)

Jakub Holý (HolyJak) 2021-10-05T20:52:04.040800Z

Done day I'd like to also make template for deps-new. But yeah, we still support lein while it doesn't cost too much. I guess there are still folks preferring what they're used to...