Releases: cryogen-project/cryogen
Releases · cryogen-project/cryogen
Added support for deps-new template
deps-new support
Bumped cryogen-core
Bumped cryogen-core version
Fast compilation changed to *:fast
Highlights
- Update docs to the latest clj-new
Breaking
- Fast compilation command line changed from
*-fast
to*:fast
.
Support fast compilation and tools deps
- Allow fast compilation of changed files only. Opt-in. Requires
cryogen-core
version0.4.0
. - Support the use of
tools.deps
(aka clojure CLI) in addition tolein
.
Update to use new version of Markup protocol
0.6.2 Release 0.6.2
Update versions of cryogen-core and cryogen-flexmark
0.6.1 Release 0.6.1
Switch to cryogen-flexmark
0.6.0 Release 0.6.0
Updated (shallower) project structure
Project Structure Changes:
- Remove
resources/templates
folder altogether - Move posts and pages to
content/
in root folder - Move
config.edn
tocontent/
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)
Add new lotus theme
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