Jekyll v3.6.0.pre.beta1 发布了。Jekyll 是一个简单的博客形态的静态站点生成器,适用于个人、项目或组织站点。可以想像它是一个基于文件的 CMS ,没有任何复杂性。 Jekyll 收集你的内容,呈现 Markdown 和 Liquid 模板,并生成一个完整的静态网站,可以由 Apache、Nginx 或其他 Web 服务器提供服务。该版本主要更新内容如下:
Development Fixes
- Strip unnecessary leading whitespace in template (#6228)
- Users should be installing patch versions. (#6198)
- fix tests (#6240)
- Define path with dir (#6087)
- exit site.process sooner (#6239)
- make flakey test more robust (#6277)
- Add a quick test for DataReader (#6284)
- script/backport-pr: commit message no longer includes the
#
(#6289) - Add Add CODEOWNERS file to help automate reviews. (#6320)
Minor Enhancements
- 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)
Bug Fixes
Deprecator
: fix typo for--serve
command (#6229)Reader#read_directories
: guard against an entry not being a directory (#6226)- kramdown: symbolize keys in-place (#6247)
- Call to_s on site.url before attempting to concatenate strings (#6253)
- Enforce Style/FrozenStringLiteralComment (#6265)
- Update theme-template README to note ‘assets’ directory (#6257)
- Memoize the return value of Document#url (#6266)
- delegate
StaticFile#to_json
toStaticFile#to_liquid
(#6273) - Fix Drop#key? so it can handle a nil argument (#6281)
- Guard against type error in absolute url (#6280)
完整内容请查看更新日志。
下载地址:
转自 http://www.oschina.net/news/88010/jekyll-v3-6-0.pre.beta-1