发布于 2016-05-19 00:33:09 | 118 次阅读 | 评论: 0 | 来源: 网友投递
Jekyll 免费的Blog生成工具
jekyll是一个简单的免费的Blog生成工具,类似WordPress。但是和WordPress又有很大的不同,原因是jekyll只是一个生成静态网页的工具,不需要数据库支持。但是可以配合第三方服务,例如discuz。最关键的是jekyll可以免费部署在Github上,而且可以绑定自己的域名。
jekyll v3.1.4 发布了。
Bug Fixes
Add ExcerptDrop
and remove excerpt's ability to refer to itself in Liquid (#4907)
Configuration permalink fix where collections.posts.permalink
inherits properly frompermalink
only when it doesn't exist (#4910)
Add Configuration.from
to make it easier to build configs from just a hash
Sorting site.collections
in Liquid by label (#4910)
Fix bug where layout
in Liquid would inherit from previously-rendered layouts' metadatas (#4909)
Fix bug where layout
in Liquid would override in the wrong direction (more-specific layouts' data were overwritten by their parent layouts' data; this has now been reversed) (#4909)