Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 560 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 560 Bytes

Pelican and Custom Pages Example Site

Wanna share HTML templates across a statically-generated site and a Pelican blog? That's pretty easy since you can use Jinja to render your pages much in the same way Pelican does.

Read more in this blog post.

Getting it Running

You need a Python interpreter with virtualenv set up.

  • Install the prerequisites: pip install -r requirements.txt
  • Build the entire site with Fabric: fab build
  • Enjoy the result in the output folder.