jekyll v3.0.4 和 v3.1.3 发布了。Jekyll 是一个简单的免费的Blog生成工具,类似WordPress。但是和WordPress又有很大的不同,原因是jekyll只是一个生成静态网页的工具,不需要数据库支持。但是可以配合第三方服务,例如discuz。最关键的是jekyll可以免费部署在Github上,而且可以绑定自己的域名。
jekyll v3.0.4 更新内容
Fix defaults for Documents to lookup defaults based on relative_path instead of url (#4806)
Configuration: allow users to specify a collections.posts.permalink directly withoutpermalink clobbering it (#4753)
jekyll v3.1.3 更新内容
Fix defaults for Documents to lookup defaults based on relative_path instead of url (#4807)
Use SSLEnable instead of EnableSSL and make URL HTTPS (WEBrick) (#4693)
下载地址:https://github.com/jekyll/jekyll/archive/v3.0.4.tar.gz
来自:开源中国社区

