jekyll v3.2.1 发布了。Jekyll 是一个简单的免费的Blog生成工具,类似WordPress。但是和WordPress又有很大的不同,原因是jekyll只是一个生成静态网页的工具,不需要数据库支持。但是可以配合第三方服务,例如discuz。最关键的是jekyll可以免费部署在Github上,而且可以绑定自己的域名。
更新内容:
Bug Fixes
Include theme directories in default gemspec (#5152)
Fix for symlinked themes (#5156)
Layout: set relative_path without using Pathname (#5164)
Development Fixes
Add test to build the default site (#5154)
script/default-site: specify BUNDLE_GEMFILE for new site (#5178)
script/default-site: read Jekyll source from local clone (#5188)
Site Enhancements
Enable site excerpts (#5150)
Initial 404 page (#5143)
Remove the "this feature is unreleased" warning from the theme docs (#5158)
Future True on GitHub Pages note (#5173)
Minor updates and corrections (#5177)
index.html: update instructions to require bundler (#5169)
docs/quickstart: update instructions to require bundler (#5168)
下载地址:https://github.com/jekyll/jekyll/archive/v3.2.1.tar.gz
来自:开源中国社区

