Microblog
Custom Collection
#92
kjaymiller
started this conversation in
Extensions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Render Engine Microblog Parser
This is a parser To create a microblog using Render Engine. This is based on the
Blog
Custom Collection.This follows the guidance used by Micro.blog which is to be a post with no title. Slugs by default are the slugified datetime string in
YYYYMMDDHHMMSS
format.This will create an RSS feed that you can use to syndicate your microblog posts to other services.
Your content is expected to use renderi engine's
MarkdownPageParser
which is markdown with frontmatter. Adate
field is the only required metadata for the page object.Installation
Install using pypi. If you haven't already, install
render-engine
Usage
Import the parser and collection
In your render_engine config file import the
MicroBlog
collection class.Create a collection for your site
Create your collection like you would a blog. You will need to pass a
content_path
.Beta Was this translation helpful? Give feedback.
All reactions