bmann / microglue

A small glue API server to create a micropub endpoint that can publish to Jekyll and other static sites via git
MIT License
6 stars 0 forks source link

Quill micropub editor #6

Open bmann opened 6 years ago

bmann commented 6 years ago

Used Quill to successfully publish https://quill.p3k.io/new

This was for the Twitter length “note”.

bmann commented 6 years ago

Posted using the Quill "editor" and got a "full" blog post. No "category" -- so I'd want to force a default category, but it works fine as a full blog post.

layout: single
date: '2018-09-29T18:24:04.304Z'
title: 'MicroBlog, Jekyll, MicroPub and IndieWeb'
tags: indieweb micro.blog micropub jekyll
mf-mp-slug:
  - microblog-jekyll-micropub-indieweb
slug: micro-blog-jekyll-micro-pub-and-indie-web

Again space separated tags, but apparently Jekyll is ok with space separated.

Slug is also what the slug ended up being.

Live post -- https://blog.bmannconsulting.com/micro-blog-jekyll-micro-pub-and-indie-web/

bmann commented 6 years ago

Posted using bookmark

---
layout: single
date: '2018-09-30T06:21:05.521Z'
title: Blockchain Governance 101 - Vlad Zamfir
mf-bookmark-of:
  - 'https://medium.com/@Vlad_Zamfir/blockchain-governance-101-eea5201d7992'
tags: blockchain governance
slug: blockchain-governance-101-vlad
category: links

Slug was auto generated. Category was links, so my setup treated it like it was a full post.

That bookmark of as an array is annoying. Will have to dig in between changing how the server posts vs how I have Jekyll conditionals setup.

bmann commented 6 years ago

Even though adding commas between tags shows them as separate, if you put a space in the tag, it will end up as separate tags in Jekyll, because space-separated.