hexo-helper-recent_posts

0.0.2 • Public • Published

Hexo helper plugin that generates a list of recent posts

Usage

Install

npm install hexo-helper-recent_posts --save

Use in your theme

Add: <%- recent_posts({ count: 10 }) %>

Default options :

{
    count: 5,
    ulClass: 'recent_posts',
    liClass: 'recent_post'
}

Update

npm update

Uninstall

npm uninstall hexo-helper-recent_posts

Readme

Keywords

none

Package Sidebar

Install

npm i hexo-helper-recent_posts

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • floriancargoet