Releases: nicoelayda/celeste
v1.4.4
What's New
- Updated ruby version to 3.1.0.
- Updated github-pages gem to 226.
- Updated commonmarker to 0.23.4, addressing CVE-2022-24724
- Updated nokogiri to 1.13.4, addressing CVE-2018-25032, CVE-2022-23437, CVE-2022-24836, CVE-2022-24839
v.1.4.3
What's New
Updated addressable version to 2.8.0, fixing CVE-2021-32740.
v1.4.2
What's New
- Updated ruby version to 2.7.3.
- Updated github-pages gem to 214.
- Updated rexml to 3.2.5, addressing CVE-2021-28965.
- Updated kramdown to 2.3.1, addressing CVE-2021-28834.
v1.4.1
What's New
- Updated nokogiri to v1.11.2, addressing CVE-2020-26247.
v1.4.0
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
What's New
- Updated dependencies to match github-pages v207.
- Updated nokogiri to v1.10.10, addressing CVE-2020-7595.
- Updated kramdown to v2.3.0, addressing CVE-2020-14001.
- Set Ruby version to v2.7.1.
- Updated bundler to v2.1.4.
- Updated Font Awesome to v4.7.0.
v1.2.0
What's New
- Updated dependencies to match github-pages v192
- Updated normalize.css to v8.0.1.
v1.1.0
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
Initial release.