A minimal PHP-based IndieWeb blog supporting IndieAuth, Micropub, and Webmention.
- IndieAuth authentication via IndieAuth
- Microformats2 support
- Micropub endpoint (
/micropub.php) compatible with Quill - Syndication to other Micropub endpoints
- Send and receive Webmentions via Telegraph and Webmention.io
- Microsub endpoint via Aperture
- Minimal, file-based storage
- RSS Feed (
/feed.php) and JSON Feed (/feed.php?format=json)
-
Clone this repository
-
Copy and configure
config.php:cp example.config.php config.php
Edit
config.phpto configure your settings. -
Deploy to your PHP web server.
MIT
Inspired by the IndieWeb community.