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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    1
  • 0.0.1
    0

Package Sidebar

Install

npm i hexo-helper-recent_posts

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • floriancargoet