0.7.0 • Published 8 years ago
@sa-labs/leo-plugin-blogpost v0.7.0
Leo Plugin BlogPost
Provides the BlogPost content type for the Leo static site generator.
Installation
npm i --save leo-plugin-blogpost
then add it to the plugins list in your .leorc
.
{
"plugins": [
"leo-plugin-blogpost"
],
...
}
Usage
Write a file in your data/
directory with an extension of .post
. For
example, consider the following hello-world.post
.
---
title: "Hello world"
status: "draft"
---
# Hi world
talk about something here
* 1
* secondary
* thirdly
Querying
0.7.0
8 years ago
0.6.0
9 years ago
0.5.0
9 years ago
0.4.3
9 years ago
0.4.2
9 years ago
0.4.1
9 years ago
0.4.0
9 years ago
0.3.5
9 years ago
0.3.4
9 years ago
0.3.3
9 years ago
0.2.3
9 years ago
0.2.2
9 years ago
0.2.1
9 years ago
0.2.0
9 years ago
0.1.2
9 years ago
0.1.1
9 years ago
0.1.0
9 years ago
0.0.6
9 years ago
0.0.5
9 years ago
0.0.4
9 years ago
0.0.3
9 years ago
0.0.2
9 years ago
0.0.1
9 years ago