bencodezen/vuepress-blog-boilerplate

More props inside BlogPostList

diegologs opened this issue · 1 comments

More props likes:

  • count: Number of posts to display
  • after: Do not show the first x posts and show the following ones
  • reverse: Display post starting from the oldest

For example count=5 after=5 displays posts 5 to 10

Thanks @Nivek92 for his work on this. I think we can close for now unless people have other specific requests.