靜態網站生成器,Jekyll v3.1.0.pre.rc1 發布

Jekyll v3.1.0.pre.rc1 發布,此版本更新內容如下:
小改進
-
Shim subcommands with indication of gem possibly required so users know how to use them (#4254)
-
Add smartify Liquid filter for SmartyPants (#4323)
-
Raise error on empty permalink (#4361)
Bug 修復
-
Make sure jekyll/drops/drop is loaded first. (#4292)
-
Convertible/Page/Renderer: use payload hash accessor & setter syntax for backwards-compatibility (#4311)
-
Drop: fix hash setter precendence (#4312)
-
utils:has_yaml_header?should accept files with extraneous spaces (#4290)
-
Escape html from site.title and page.title in site template (#4307)
-
Allow custom file extensions if defined inpermalinkYAML front matter (#4314)
-
Fix deep_merge_hashes! handling of drops and hashes (#4359)
開發修復
-
Fix many Rubocop style errors (#4301)
-
Fix spelling of "GitHub" in docs and history (#4322)
-
Reorganize and cleanup the Gemfile, shorten required depends. (#4318)
-
Remove script/rebund. (#4341)
-
Implement codeclimate platform (#4340)
-
Remove ObectSpace dumping and start using inherited, it's faster. (#4342)
-
Add script/travis so all people can play with Travis-CI images. (#4338)
-
Move Cucumber to using RSpec-Expections and furthering JRuby support. (#4343)
-
Rearrange Cucumber and add some flair. (#4347)
-
Remove old FIXME (#4349)
-
Clean up the Gemfile (and keep all the necessary dependencies) (#4350)
網站優化
-
Addjekyll-commonmarkto list of third-party plugins (#4299)
-
Add documentation for incremental regeneration (#4293)
-
Add note about removal of relative permalink support in upgrading docs (#4303)
-
Add Pro Tip to use front matter variable to create clean URLs (#4296)
-
Fix grammar in the documentation for posts. (#4330)
-
Add documentation for smartify Liquid filter (#4333)
-
Fixed broken link to blog on using mathjax with jekyll (#4344)
-
Documentation: correct reference in Precedence section of Configuration docs (#4355)
下載:https://github.com/jekyll/jekyll/archive/v3.1.0.pre.rc1.zip
Jekyll 是一個簡單的免費的Blog生成工具,類似WordPress。但是和WordPress又有很大的不同,原因是jekyll只是一個生成靜態網頁的工 具,不需要數據庫支持。但是可以配合第三方服務,例如discuz。最關鍵的是jekyll可以免費部署在Github上,而且可以綁定自己的域名。
來自: http://www.oschina.net//news/69938/jekyll-3-1-0-pre-rc1