forked from getpelican/pelican
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.