cryogen icon indicating copy to clipboard operation
cryogen copied to clipboard

A simple static site generator written in Clojure

Results 19 cryogen issues
Sort by recently updated
recently updated
newest added

I would like to upgrade the Cryogen version I'm using for my blog (I created a couple of years ago) before considering debugging any possible problem with Cryogen, because it...

As discussed on Slack (https://clojurians.slack.com/archives/C0M8UK760/p1644436501870119?thread_ts=1644318541.889299&cid=C0M8UK760) the ring's auto-refresh functionality doesn't work because nucleaus uses custom `window.onload` function. I fixed this in my clone by commenting out this portion of the...

Hi, I persoally like scroll 2 top buttons on pages wich are "longer". Here an example how to implement this using simple javascript: https://github.com/tjungbauer/test-blog/commit/000ac53bf22a8df90a7bcc2c3bf16c679f55c1e4 (example theme "blue" was used)

enhancement
help wanted

This is a nice feature of the blog engine to provide set of articles in the end of the post linking to similar/"you might also like" posts. One way to...

enhancement
help wanted

cryogen supports disquss comments - really nice. Having a choice of which 'discussion platform' to use, would be nicer: disqus, FB comments, LiveFyre, ... . A first quick idea is...

help wanted
suggestion/feature request

Thanks a lot for cryogen! In order to get a cryogen site hosted as a static s3 site, I needed to make a couple configuration changes. Perhaps there should be...

help wanted

There are multiple integrations available: https://cookie-script.com/demo.html, https://www.cookiehub.com/. Or custom solution can be build into the platform itself.

likely invalid

I use footnotes in Asciidoc a fair bit. Footnotes function as expected when viewing the actual article page. Such is not the case if clicked from a front door preview...

help wanted

Using cryogen-core 0.3.1, I'd like to create a new page that overrides the default template's content block, inserting the original via `{{ block.super }}` (info in Selmer README). Instead I...

Add support for multiple authors with author avatar image and author bio and make this available to selmer data for author.html templates. Proposed config.edn: ```clojure { :authors [{:name "author name"...

likely invalid