靜態站點生成器,Jekyll 3.0.0 發布
Jekyll 是一個簡單的免費的Blog生成工具,類似WordPress。但是和WordPress又有很大的不同,原因是jekyll只是一個生成靜態網頁的工具,不需要數據庫支持。但是可以配合第三方服務,例如discuz。最關鍵的是jekyll可以免費部署在Github上,而且可以綁定自己的域名。Jekyll 3.0.0 發布,此版本主要改進:
-
Liquid profiler (i.e. know how fast or slow your templates render) (#3762)
</li> -
Incremental regeneration (#3116)
</li> -
Add Hooks: a new kind of plugin (#3553)
</li> -
Upgrade to Liquid 3.0.0 (#3002)
</li> -
</li>site.posts
is now a Collection instead of an Array (#4055) -
Add basic support for JRuby (commit: 0f4477)
</li> -
Drop support for Ruby 1.9.3. (#3235)
</li> -
Support Ruby v2.2 (#3234)
</li> -
Support RDiscount 2 (#2767)
</li> -
Remove most runtime deps (#3323)
</li> -
Move to Rouge as default highlighter (#3323)
</li> -
Mimic GitHub Pages
</li>.html
extension stripping behavior in WEBrick (#3452) -
Always include file extension on output files (#3490)
</li> -
Improved permalinks for pages and collections (#3538)
</li> -
Sunset (i.e. remove) Maruku (#3655)
</li> -
Remove support for relative permalinks (#3679)
</li> -
Iterate over
</li>site.collections
as an array instead of a hash. (#3670) -
Adapt StaticFile for collections, config defaults (#3823)
</li> -
Add a Code of Conduct for the Jekyll project (#3925)
</li> -
Added permalink time variables (#3990)
</li> -
Add
</li> </ul>--incremental
flag to enable incremental regen (disabled by default) (#4059)更多改進內容請看更新日志。
下載:https://github.com/jekyll/jekyll/archive/v3.0.0.zip
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!