antwarjs / antwar

A static site generator built with React and Webpack.
https://antwar.js.org/
MIT License
460 stars 35 forks source link

Implement previous/next page plugin #26

Closed bebraw closed 9 years ago

bebraw commented 9 years ago

It should be possible to attach previous/next page to page metadata. This should run after sorting pages.

The idea here is that then you can use this information on UI level and build a nice navigation from post to another.

bebraw commented 9 years ago

Done. See https://github.com/antwarjs/prevnext-plugin .