IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    Jekyll 添加字数统计

    血衫非弧の一存发表于 2024-01-07 00:00:00
    love 0

    挺实用的小东西,我也加在我blog上了。

    字数统计

    
    { { content | strip_html | strip_newlines | size } }
    
    

    阅读速度

    
    { content | strip_html | strip_newlines | size | divided_by:350 | round}}
    
    

    参考资料

    • Jekyll 中如何做中文字数统计
    • jekyll的中文切分问题
    • Which reads faster, Chinese or English?


沪ICP备19023445号-2号
友情链接