0.7.0 • Published 9 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
9 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
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago