Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drivet/pelican-indieweb-kit
A collection of pelican plugins, a theme, and supporting server code to indiewebify a pelican site
https://github.com/drivet/pelican-indieweb-kit
Last synced: 7 days ago
JSON representation
A collection of pelican plugins, a theme, and supporting server code to indiewebify a pelican site
- Host: GitHub
- URL: https://github.com/drivet/pelican-indieweb-kit
- Owner: drivet
- License: gpl-3.0
- Created: 2019-04-26T14:41:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:15:15.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T14:08:34.283Z (3 months ago)
- Language: JavaScript
- Size: 2.58 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pelican Indieweb Kit
This project provides some of the pieces required to make a [pelican][1] based website/blog more [indieweb][2] friendly.
It consists of several components:* A Flask application providing [webmention][3], [micropub and media server][4] endpoints.
* A collection of pelican plugins to send and show webmentions in general, and to interface with [bridgy][5] in particular.
* A pelican theme designed to display the different types of posts one might expect of an indieweb site, as well as webmentions.The material in the project is very much geared towards my own personal website (https://desmondrivet.com) and not much
effort was put into generalizing it. That being said, if you want to make your own website more indieweb friendly, you
may find inspiration here, especially if you:* Use pelican (obviously)
* Store your site code on github but host it somewhere else
* Use a push-to-deploy system to publish new posts[1]: https://blog.getpelican.com/
[2]: https://indieweb.org/
[3]: https://www.w3.org/TR/webmention/
[4]: https://www.w3.org/TR/micropub/
[5]: https://brid.gy/