静态站点生成器,Jekyll 2.2.0 发布
jopen 10年前
它提供了模板、变量、插件等功能,所以实际上可以用来编写整个网站。Github中项目的Page页面,默认选型使用的就是jekyll。
2.2.0 / 2014-07-29
Minor Enhancements
- Throw a warning if the specified layout does not exist (#2620)
- Whitelist Pygments options in safe mode (#2642)
Bug Fixes
- Remove unnecessary
Jekyll::Tags::IncludeTag#blank?
method (#2625) - Categories in the path are ignored (#2633)
Development Fixes
- Refactoring Errors & Requires of Third-Party stuff (#2591)
- Add further tests for categories (#2584)
- Proof site with html-proofer on change (#2605)
- Fix up bug in #2605 which caused proofing the site not to function (#2608)
- Use
bundle exec
inscript/proof
(#2610)
Site Enhancements
- Update Kramdown urls (#2588)
- Add
Jekyll::AutolinkEmail
andJekyll::GitMetadata
to the list of third-party plugins (#2596) - Fix a bunch of broken links in the site (#2601)
- Replace dead links with working links (#2611)
- Add jekyll-hook to deployment methods (#2617)
- Added kramdown-with-pygments plugin to the list of third-party plugins (#2623)
- Update outdated “Extras” page and remove duplicate documentation (#2622)
- Add co2 plugin to list of third-party plugins (#2639)
- Attempt to clarify the way Sass imports happen (#2642)
http://jekyllrb.com/docs/history/