Skip to content

hdeshev/pelican-site-example

Repository files navigation

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.

About

An example of a full static site containing a Pelican blog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published