Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
static-sites [2019/06/27 22:09] eli_oat created |
static-sites [2020/01/08 03:16] (current) smokey add jekyll-mentions |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # Using static site generators with Micro.blog | ||
+ | |||
* [Microblogging in Jekyll](http://fionavoss.blog/2018/04/01/microblogging-in-jekyll), by [@fiona](https://micro.blog/fiona) | * [Microblogging in Jekyll](http://fionavoss.blog/2018/04/01/microblogging-in-jekyll), by [@fiona](https://micro.blog/fiona) | ||
+ | * [microblog automation via git and jekyll and shell scripts](https://fnanp.in-ulm.de/microblog/2018/04/24/01/), by [@das_aug](https://micro.blog/das_aug) | ||
+ | * [step two of jekyll automation](https://fnanp.in-ulm.de/microblog/2018/04/30/02), by [@das_aug](https://micro.blog/das_aug) | ||
+ | * [jekyll-mentions](https://github.com/jekyll/jekyll-mentions) can be used to create [Micro.blog-compatible @-mentions](https://help.micro.blog/2018/replies-and-mentions/) on jekyll-hosted blogs ([via](https://blog.bmannconsulting.com/8882/) [@boris](https://micro.blog/boris)) | ||
+ | * [microstat](https://github.com/joshdick/microstat), by [@jd](https://micro.blog/jd) | ||
+ | A self-hosted Micropub endpoint for statically-generated microblogs. 📝⚡️ | ||
+ | * [IndieKit](https://paulrobertlloyd.github.io/indiekit/), by [@paulrobertlloyd](https://micro.blog/paulrobertlloyd) | ||
+ | […] a Micropub endpoint that can be hosted on a service like Heroku, configured via files stored on a GitHub repo, and save posts back to that repo for publishing with a static site generator like Jekyll, Hugo or Eleventy […] | ||
+ | * [Oldpub](https://github.com/hjertnes/oldpub/blob/master/README.md), by [@hjertnes](https://micro.blog/hjertnes) | ||
+ | […] implementation of the Wordpress XML-RPC API written in Python 3 / Flask for using with static web site generators like for example Hugo. It should also work with Jekyll, but you might need to modify some details […] | ||
+ | * [Adding Webmention Support to a Static Site](https://keithjgrant.com/posts/2019/02/adding-webmention-support-to-a-static-site/), by [Keith J. Grant](https://keithjgrant.com/) | ||
+ |