0.7.0 • Published 7 years ago

@sa-labs/leo-plugin-blogpost v0.7.0

Weekly downloads
5
License
ISC
Repository
-
Last release
7 years ago

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

7 years ago

0.6.0

7 years ago

0.5.0

8 years ago

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago