Skip to content

2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 04:33
· 25 commits to master since this release
b70a66a

Breaking change

Feature

  • Sort by a new sticky parameter @stevenjoezhang (#51)
    • Set the parameter in a post's front-matter to pin it to the top of index page.
    ---
    title: Hello World
    date: 2013/7/13 20:46:25
    sticky: 100
    ---
    • Higher value means higher priority.

Changes

Dependencies