Jekyll 3.6.0 已发布。Jekyll 是一个简单的博客形态的静态站点生成器,适用于个人、项目或组织站点。可以想像它是一个基于文件的 CMS ,没有任何复杂性。 Jekyll 收集你的内容,呈现 Markdown 和 Liquid 模板,并生成一个完整的静态网站,可以由 Apache、Nginx 或其他 Web 服务器提供服务。
更新内容:
- Ignore final newline in folded YAML string (#6054)
- Add URL checks to Doctor (#5760)
- Fix serving files that clash with directories (#6222) (#6231)
- Bump supported Ruby version to
>= 2.1.0
(#6220) - set
LiquidError#template_name
for errors in included file (#6206) - Access custom config array throughout session (#6200)
- Add support for Rouge 2, in addition to Rouge 1 (#5919)
- Allow
yield
to logger methods & bail early on no-op messages (#6315) - Update mime-types. (#6336)
- Use a Schwartzian transform with custom sorting (#6342)
- Alias
Drop#invoke_drop
toDrop#[]
(#6338)
另外还有一些 bug 修复和其他改进,详情查阅发行说明。
下载地址:
转自 http://www.oschina.net/news/88947/jekyll-3-6-0