Just trying out Cryogen. It looks nice :thumbsup: since I wrote my current blog using AsciiDoc, how well is it supported?
Thanks, it seems to work with the asciidoc posts from my old blog (hugo), after adjusting the front matter. Only thing that doesn't seem to work, even if it should according to the docs, is the <!-- more --> thing
It does, check my blog. I think you must not have the space there
Yes, see next to blocks-per-preview at http://cryogenweb.org/docs/configuration.html
I tried with both, spaces and no spaces. It gets rendered like this:
with debug on, that paragraph looks like this in the dom:
{:tag :div,
:attrs {:class "paragraph"},
:content ({:tag :p, :attrs nil, :content ("<!--more-→")})}
sorry, need to escape with +++
, that is asciidoc thing, as I said, SEE MY CODE :-)
thanks 😅
no problem 🙂 I guess I should update the docs to clarify the extra + necessary for adoc...
Perfectly. http://Blog.jakubholy.net is cryogen plus asciidoctor - see https://github.com/holyjak/blog.jakubholy.net