RubyGems Navigation menu

jekyll_html_truncatewords 0.1.1

A Jekyll filter to truncate HTML to a specified number of words. The Liquid truncatewords filter can't operate on HTML because it isn't aware of tags. But Jekyll blog posts usually contain HTML, so this makes it difficult to, for example, use the first 50 words of a blog post as the preview. jekyll_html_truncatewords solves that problem. It works the same as truncatewords, but it is aware of HTML tags so it counts words correctly within HTML and won't break HTML.

Gemfile:
=

install:
=

Versions:

  1. 0.1.2 - January 24, 2021 (8.5 KB)
  2. 0.1.1 - January 24, 2021 (8.5 KB)
  3. 0.1.0 - December 12, 2020 (8.5 KB)

Runtime Dependencies (2):

liquid >= 0
nokogiri >= 0

Owners:

Pushed by:

Authors:

  • Mike Kasberg

SHA 256 checksum:

=

Total downloads 5,954

For this version 1,311

Version Released:

License:

MIT

Required Ruby Version: >= 2.4.0

Links: