发布于 2017-08-24 00:22:48 | 110 次阅读 | 评论: 0 | 来源: 网友投递
Jekyll 免费的Blog生成工具
jekyll是一个简单的免费的Blog生成工具,类似WordPress。但是和WordPress又有很大的不同,原因是jekyll只是一个生成静态网页的工具,不需要数据库支持。但是可以配合第三方服务,例如discuz。最关键的是jekyll可以免费部署在Github上,而且可以绑定自己的域名。
Jekyll v3.6.0.pre.beta1 发布了。该版本主要更新内容如下:
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)
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)
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
to StaticFile#to_liquid
(#6273)
Fix Drop#key? so it can handle a nil argument (#6281)
Guard against type error in absolute url (#6280)
完整内容请查看更新日志。
下载地址: