cryogen

http://cryogenweb.org/ - static sites by @U0DJK1VH6 & Co.
Jakub Holý 2019-12-12T12:46:38.040300Z

+1 to what practicallli said. Thanks a lot!

practicalli-john 2019-12-12T15:14:00.048400Z

Another use case I have is to generate a website that is a multi-page tutorial, for example https://practicalli.github.io/spacemacs/ This is all driven by markdown content and markdown for the page navigation. I wonder if this is feasible with Cryogen? I currently use GitBook but its open source project has been abandoned. I will see if I can customise cryogen to do something similar over the next few weeks.

Jakub Holý 2019-12-12T21:50:16.049300Z

But Selmer can only be used in templates, not in page content (md/asc)?

carmen 2019-12-12T21:54:34.051100Z

@holyjak that's true, but maybe he could put selmer tags in the content then post process it with the update-article-fn? Doesn't even have to be selmer tags at that point. Just something that he can parse and process

👍 1
Jakub Holý 2019-12-12T21:56:38.052600Z

It will be easier when we replace :content with :content-dom. I hope to do that tomorrow.

carmen 2019-12-12T22:00:21.053400Z

Definitely! Looking forward to that pr :) you've been adding some great stuff to cryogen