Skip to content

yesdevnull/micropub-endpoint

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Micropub Endpoint

Made with Laravel Lumen and PHP 7.1.

Setting Up

  1. Download project from GitHub
  2. composer install
  3. Set up .env with your config settings
  4. Deploy to your site or test locally

Supported Static Site Generators

For now Hugo is the only static site generator that this endpoint supports. However it's trivial to add a new provider in app/Providers for your specific generator of choice. Take a look at the HugoProvider for an example.

TODO

  • Create new post
  • Update post
  • Delete post
  • Undelete post
  • Support media upload
  • More tests