2.5.2 • Published 3 months ago

hikaru-generator-feed v2.5.2

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
3 months ago

Hikaru Generator Feed

Feed generator plugin for Hikaru.

Usage

First go to your site dir and add following to your site-config.yaml.

feed:
  enable: true
  # Generated atom xml file path, relative to site rootDir.
  path: atom.xml
  # How many posts will be generated into feed. Comment this if you want to generate all posts.
  limit: 20
  hub:
  # Set `true` to generate full content, otherwise only summary.
  content: false
  # The length of auto generated summary if no excerpt in post.
  contentLimit: 140

then run this command to install it.

$ npm i -s hikaru-generator-feed

If you want to skip some posts while generating, add feed: false to its front-matter.

2.5.2

3 months ago

2.5.1

3 months ago

2.5.0

3 months ago

2.4.2

3 months ago

2.4.1

1 year ago

2.4.0

1 year ago

2.3.6

1 year ago

2.3.5

2 years ago

2.3.4

3 years ago

2.3.3

3 years ago

2.3.2

3 years ago

2.3.1

3 years ago

2.3.0

3 years ago

2.2.9

4 years ago

2.2.8

4 years ago

2.2.7

4 years ago

2.2.5

4 years ago

2.2.6

4 years ago

2.2.4

4 years ago

2.2.3

4 years ago

2.2.2

4 years ago

2.2.1

4 years ago

2.2.0

4 years ago

2.1.0

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago