Jekyll v3.6.0.pre.beta1 发布了。Jekyll 是一个简单的博客形态的静态站点生成器,适用于个人、项目或组织站点。可以想像它是一个基于文件的 CMS ,没有任何复杂性。 Jekyll 收集你的内容,呈现 Markdown 和 Liquid 模板,并生成一个完整的静态网站,可以由 Apache、Nginx 或其他 Web 服务器提供服务。该版本主要更新内容如下:
Development Fixes
Strip unnecessary leading whitespace in template
Users should be installing patch versions.
fix tests
Define path with dir
exit site.process sooner
make flakey test more robust
Add a quick test for DataReader
script/backport-pr: commit message no longer includes the #
Add Add CODEOWNERS file to help automate reviews.
Minor Enhancements
Ignore final newline in folded YAML string
Add URL checks to Doctor
Fix serving files that clash with directories
Bump supported Ruby version to >= 2.1.0
set LiquidError#template_name for errors in included file
Access custom config array throughout session
Add support for Rouge 2, in addition to Rouge 1
Allow yield to logger methods & bail early on no-op messages
Bug Fixes
Deprecator: fix typo for --serve command
Reader#read_directories: guard against an entry not being a directory
kramdown: symbolize keys in-place
Call to_s on site.url before attempting to concatenate strings
Enforce Style/FrozenStringLiteralComment
Update theme-template README to note 'assets' directory
Memoize the return value of Document#url
delegate StaticFile#to_json to StaticFile#to_liquid
Fix Drop#key? so it can handle a nil argument
Guard against type error in absolute url
软件详情:https://github.com/jekyll/jekyll/releases
下载地址:https://github.com/jekyll/jekyll/archive/v3.6.0.pre.beta1.zip
来自:开源中国社区

