Skip to content

Releases: cryogen-project/cryogen-core

Allow fast compilation of changed files only

05 Dec 23:32
e06e5eb
Compare
Choose a tag to compare
  • Allow fast compilation of changed files only.
  • Enable post-processing of HTML files.
  • Allow the sitemap to exclude specified files.

Allow multiple filename extensions in Markup

05 Dec 21:25
712f6c1
Compare
Choose a tag to compare

Add support for `:update-article-fn` to customize parsed articles

10 Dec 16:25
Compare
Choose a tag to compare

Some improvements to SEO and extensibility

05 Dec 20:46
Compare
Choose a tag to compare
  • Expose plaintext description to pages/posts so it can be included in description tags for previews/SEO
    • description either comes from the post/page metadata or it's generated from the preview
  • Enable users to derive extra params from params + site data by passing in a :extend-params-fn along with overrides

Relax config schema as many keys aren't actually required.

05 Dec 17:57
Compare
Choose a tag to compare
0.2.1

(closes #118) relax config schema

Updated to use and produce a shallower project structure

15 Jun 20:01
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 #117

Update behaviour of clean-urls? feature

05 Jun 20:23
Compare
Choose a tag to compare

Due to feedback in #115, this feature has been updated to fit more use cases.

  • key has been changed to :clean-urls
    • will accept one of the following values: :dirty :trailing-slash :no-trailing-slash

See the configuration docs for more details.

Update dependencies

05 Jun 19:23
Compare
Choose a tag to compare

Includes a fix to clj-rss to remove extra newlines yogthos/clj-rss#16

Update dependencies

05 Jun 19:24
Compare
Choose a tag to compare
0.1.66

bumped up dependencies

Update behaviour of clean-urls? feature

03 Jan 20:51
Compare
Choose a tag to compare
  • Files no longer generated as /foo-bar/index.html, generated as just foo-bar.html instead
  • With clean-urls? on, all page links will have trailing .html stripped