antwarjs / antwar

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

Sitemap plugin #92

Closed bebraw closed 7 years ago

bebraw commented 9 years ago

We can use sitemap-static and concat-stream. Antwar may need some new postprocessing hook for this.

bebraw commented 7 years ago

No need for a plugin. It's enough to handle this through a little script outside of Antwar. That's what I'm doing already.