Skip to content

gwpachlatko/jekyll-lesezeit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll Lesezeit (ML)

Displays the word count and (estimated) reading time of an article in Jekyll
Available languages: Deutsch/English/Français/Italiano/Español/Português/čeština

Configuration Site Language

In _config.yml:

lang: de Display: Deutsch (default)
lang:    Display: English (fallback; if empty or language not listed)
lang: en Display: English
lang: fr Display: Français
lang: it Display: Italiano
lang: es Display: Español
lang: pt Dispaly: Português
lang: cz Dispaly: čeština

Configuration Page Language

If page language happens to be different from site language, set language individually in “frontmatter” of page.

Deployment

Copy lesezeit.html to /_includes/

Open: /_layouts/post.html

Paste {%- include lesezeit.html -%} and save.

Notes

Avg. estimated reading time: 180 wds/min

License: WTFPL

See also Live Demos:

Live Demo, German
Live Demo, English
Live Demo, French
Live Demo, Italian
Live Demo, Spanish
Live Demo, Portuguese
Live Demo, Czech
Detailed information concerning other files in this repository in English

Releases

No releases published

Packages

No packages published

Languages