靜態站點生成器,Jekyll v3.1.0.pre.beta1 發布
Jekyll 是一個簡單的免費的Blog生成工具,類似WordPress。但是和WordPress又有很大的不同,原因是jekyll只是一個生成靜態網頁的工具,不需要數據庫支持。但是可以配合第三方服務,例如discuz。最關鍵的是jekyll可以免費部署在Github上,而且可以綁定自己的域名。
Jekyll v3.1.0.pre.beta1 發布,此版本改進內容:
-
Use
</li>Liquid::Drop
s instead ofHash
es in#to_liquid
(#4277) -
Add 'sample' Liquid filter Equivalent to Array#sample functionality (#4223)
</li> -
Cache parsed include file to save liquid parsing time. (#4120)
</li> -
Slightly speed up url sanitization and handle multiples of ///. (#4168)
</li> -
Print debug message when a document is skipped from reading (#4180)
</li> -
Include tag should accept multiple variables in the include name (#4183)
</li> -
Add
</li>-o
option to serve command which opens server URL (#4144) -
Add CodeClimate platform for better code quality. (#4220)
</li> -
General improvements for WEBrick via jekyll serve such as SSL & custom headers (#4224, #4228)
</li> -
Add a default charset to content-type on webrick. (#4231)
</li> -
Switch
</li>PluginManager
to userequire_with_graceful_fail
for better UX (#4233) -
Allow quoted date in front matter defaults (#4184)
</li> -
Add a Jekyll doctor warning for URLs that only differ by case (#3171)
</li> -
drops: create one base Drop class which can be set as mutable or not (#4285)
</li> -
drops: provide
</li> </ul>#to_h
to allow for hash introspection (#4281)下載:https://github.com/jekyll/jekyll/archive/v3.1.0.pre.beta1.zip
來自:http://www.oschina.net/news/69413/jekyll-3-1-0-pre-beta1
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!