静态页面生成程序 Pelican

Pelican 是一个法国人用 python 写的用于生成静态页面的程序,支持:

  • Blog articles and pages
  • Comments, via an external service (Disqus). (Please note that while useful, Disqus is an external service, and thus the comment data will be somewhat outside of your control and potentially subject to data loss.)
  • Theming support (themes are created using Jinja2 templates)
  • PDF generation of the articles/pages (optional)
  • Publication of articles in multiple languages
  • Atom/RSS feeds
  • Code syntax highlighting
  • Compilation of LESS CSS (optional)
  • Import from WordPress, Dotclear, or RSS feeds
  • Integration with external tools: Twitter, Google Analytics, etc. (optional)

getpelican / pelican

Watch1021 Fork251

Static blog generator in Python, using Markdown/reST syntax — More...

http://getpelican.com/

Issues
#560 Extracting date and slug from filename by yegle  2012-10-31
#566 Add photos and exif info with single metadata by mmyjona  2012-10-31
#551 The all Atom and RSS feed generators should include all articles, regardless of the article's language or the site's. Fixes #550 by jawher  2012-10-31
#539 directory comparison should be recursive in functional tests by bbinet  2012-10-30
#565 Support for link blogging by geier  2012-10-29
原文地址:https://www.cnblogs.com/shihao/p/2752312.html