Skip to content

Releases: nicoelayda/celeste

v1.4.4

23 Apr 18:44
0d94709
Compare
Choose a tag to compare

What's New

v.1.4.3

13 Jul 15:25
5eba641
Compare
Choose a tag to compare

What's New

Updated addressable version to 2.8.0, fixing CVE-2021-32740.

v1.4.2

01 May 16:28
Compare
Choose a tag to compare

What's New

  • Updated ruby version to 2.7.3.
  • Updated github-pages gem to 214.

v1.4.1

14 Mar 08:33
97e5b2f
Compare
Choose a tag to compare

What's New

v1.4.0

19 Sep 18:38
Compare
Choose a tag to compare

What's New

Truncated post previews

Celeste now supports truncated blog post previews. When enabled, the blog page will only show the first paragraph of the excerpt, with a Read more link to the full post.

How to enable truncated post previews

This can be enabled by changing this setting in _config.yml:

blog
  truncated_preview: true

This enables truncated previews for all blog posts by default.

If you want to enable truncated post previews for specific posts only, add this to the front matter of your post:

truncated_preview: true

See _posts/2014-01-01-example-content.md for an example.

This also works in reverse - if you want to disable truncated post previews for specific posts only, set the following in the post's front matter:

truncated_preview: false

If you have both settings in _config.yml and the post's front matter, the post's setting is prioritised.

Customising previews

By default, Celeste will only show the first paragraph of content in the post. If you want to customise this behaviour, add this to the post's front matter:

excerpt_separator: <!--more-->

Then, in your post's content, add this line where you want the preview to be cut off:

<!--more-->

For more info, see the post excerpts section of the Jekyll documentation.

v1.3.0

15 Sep 16:16
Compare
Choose a tag to compare

What's New

  • Updated dependencies to match github-pages v207.
  • Set Ruby version to v2.7.1.
  • Updated bundler to v2.1.4.
  • Updated Font Awesome to v4.7.0.

v1.2.0

11 Nov 19:30
59dad1f
Compare
Choose a tag to compare

What's New

  • Updated dependencies to match github-pages v192
  • Updated normalize.css to v8.0.1.

v1.1.0

08 Feb 13:05
Compare
Choose a tag to compare

What's New

  • Updated dependency versions to match those used by GitHub Pages ruby gem.
  • Changes to support Jekyll 3.0.

See this post for more details.

v1.0.0

16 Jun 01:06
Compare
Choose a tag to compare

Initial release.