| Apr | MAY | Jun |
| 23 | ||
| 2021 | 2022 | 2023 |
COLLECTED BY
Collection: Common Crawl
Pelican is an implementation of the static site generators concept. Learn how the parts fit together in the web development chapter or view all topics.
pelican-quickstart command to generate
an initial site then adds the Tipue Search plugin to provide content
search despite the static site limitations.
Pelican Folder Structure
explains how the pages and posts structure under content
works when using Pelican.
Pelican's official Plugin creation documentation
gives a great starting point for building your own plugins that can
take in new input markup formats, modify the generator process and
add handy features such as a custom table of contents.
Getting started with Pelican and GitHub pages
is a tutorial I wrote to use the Full Stack Python source code to create
and deploy your first static site.
Moving blogs to Pelican
talks about one developer's transition from Jekyll to Pelican for his
own sites.
Using Travis & GitHub to deploy static sites
shows how to automate deployments of a Pelican-based static site using
Travis CI.