Skip to content
HAMIDULHOQUE edited this page Aug 2, 2019 · 2 revisions

If you have published a Pelican-related tutorial on your own site, please create a link to your tutorial on this page.

- The [Pelican installation screencast](http://hackercodex.com/guide/pelican-static-site-generator-install/) provides a visual guide to installing and configuring Pelican.

- Matt Makai published an excellent [introductory tutorial](https://www.fullstackpython.com/blog/generating-static-websites-pelican-jinja2-markdown.html) at Full Stack Python.

- You can [use Travis-CI to publish to GitHub Pages](http://zonca.github.io/2013/09/automatically-build-pelican-and-publish-to-github-pages.html), allowing you to publish your site simply by pushing your commits to GitHub (without generating locally or using your own VPS).

- As another deployment option, you can [deploy your site to Heroku](http://blog.getpelican.com/using-pelican-with-heroku.html).

- It’s possible to [create “Linked List” posts](https://gist.github.com/jsonbecker/7539951) that behave differently from standard posts.

Clone this wiki locally