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

/hexo-helper-recent_posts/

    Package Sidebar

    Install

    npm i hexo-helper-recent_posts

    Weekly Downloads

    1

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • floriancargoet