






















Pelican 3.6 has been released. Highlights of the improvements contained in this release follow below.
For those who are new to Pelican, please refer to the Quickstart Guide. There is also a Tutorials page available, which also includes a link to a Pelican installation screencast.
For a full list of changes, see: https://github.com/getpelican/pelican/compare/3.5.0...3.6.0
Content generation caching is now disabled by default. If you have a large site with many articles/pages and notice that site generation takes longer than you would prefer, follow these two steps:
Delete the cache folder, if it exists
Add the following to your settings file:
CACHE_CONTENT = True LOAD_CONTENT_CACHE = True
While we do everything we can to maximize backwards compatibility and ensure smooth Pelican upgrades, it's possible that you may encounter un-anticipated wrinkles. If you run into problems, please see the How to Get Help section of the documentation, and we will update this post with any upgrade tips contributed by the Pelican community.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。