PostCSS processing for Leo; Includes CSSModules
Provides the BlogPost content type for the Leo static site generator.
```
npm i --save leo-plugin-blogpost
then add it to the plugins list in your .leorc.
``
{
"plugins": [
"leo-plugin-blogpost"
],
...
}
Write a file in your data/ directory with an extension of .post. Forhello-world.post
example, consider the following .
`
---
title: 'Hello world'
publish: draft
---
talk about something here
* 1
* secondary
* thirdly
``