Skip to content
Egbert edited this page Jul 1, 2024 · 17 revisions

Welcome to Pelican Plugin Development!

Let's get the non-production environment setup out of the way so that plugin development can get started ... right ... away.

When I say non-production, I meant nothing gets installed, and no Python virtual environment required.

All of Pelican's content documents belongs to the Content-class; Content-class have several sub-classes, they are:

  • Articles
  • Page
  • Static
  • Content

In this guide, we focused only on one content file of an Article subclass and no other Content-class.

  1. Development Area
  2. Files Needed
  3. Plugin Development
  4. Setup a Development Environment (IDE)
Clone this wiki locally