Jekyll 3.5.2 发布了。Jekyll 是一个简单的博客形态的静态站点生成器,适用于个人、项目或组织站点。可以想像它是一个基于文件的 CMS ,没有任何复杂性。Jekyll 收集你的内容,呈现 Markdown 和 Liquid 模板,并生成一个完整的静态网站,可以由 Apache、Nginx 或其他 Web 服务器提供服务。
更新内容:
for v3.5.x: Memoize the return value of Document#url
for v3.5.x: kramdown: symbolize keys in-place
for v3.5.x: Fix Drop#key? so it can handle a nil argument
for v3.5.x: Guard against type error in absolute_url
for v3.5.x: delegate StaticFile#to_json to StaticFile#to_liquid
for v3.5.x: Reader#read_directories: guard against an entry not being a directory
软件详情:https://jekyllrb.com/news/
下载地址:https://github.com/jekyll/jekyll/archive/v3.5.2.zip
来自:开源中国社区

