Skip to content

Releases: cryogen-project/cryogen

Added support for deps-new template

15 Oct 17:00
fcb2833
Compare
Choose a tag to compare

Bumped cryogen-core

14 Oct 22:21
Compare
Choose a tag to compare

Bumped cryogen-core version

Fast compilation changed to *:fast

14 Oct 22:20
4d2843e
Compare
Choose a tag to compare

Highlights

  • Update docs to the latest clj-new

Breaking

  • Fast compilation command line changed from *-fast to *:fast.

Support fast compilation and tools deps

08 Dec 01:04
ee6a3df
Compare
Choose a tag to compare
  • Allow fast compilation of changed files only. Opt-in. Requires
    cryogen-core version 0.4.0.
  • Support the use of tools.deps (aka clojure CLI) in addition to lein.

Update to use new version of Markup protocol

07 Dec 23:49
Compare
Choose a tag to compare

Update versions of cryogen-core and cryogen-flexmark

07 Dec 23:47
Compare
Choose a tag to compare

Switch to cryogen-flexmark

07 Dec 23:46
Compare
Choose a tag to compare
0.6.0

Release 0.6.0

Updated (shallower) project structure

15 Jun 20:00
Compare
Choose a tag to compare

Project Structure Changes:

  • Remove resources/templates folder altogether
  • Move posts and pages to content/ in root folder
  • Move config.edn to content/ in root folder
  • Move themes to root folder
  • Move output folder public to root folder (specifiable via :public-dest)
  • All user-specified resource paths are with respect to content/ folder (theme-specific resources will be relative to that theme's folder)

See cryogen-project/cryogen-core#117

Add new lotus theme

08 Aug 23:19
Compare
Choose a tag to compare
Add Lotus theme to Cryogen (#153)

* Update for some CSS/Sass inconsistencies

Created “css” dir, with example CSS and Sass files inside, and added it to :resources list.
Removed :sass-dest key from config (should still work with old cryogen-core, since it’ll default to “css” if missing) - pucoming cryogen-core changes always compile Sass to same directory
Updated docs to remove :sass-dest

* Added Lotus theme

* Made img links relative
Fixed bug in title tag

* Made weird hack to split blog title with <br>'s, since Selmer has no way to split strings, and I don't have a good way to add a custom filter in a theme...

* Fixed missing menu opening behavior
Updated image URLs to handle blog prefix
Removed hacky way of tightening blog title text

* Added config.edn for Lotus theme
Added README with installation instructions on changing the logo and social media links

* Fixed minor typo in Lotus theme README