antwarjs / antwar

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

Implement popularity plugin #23

Closed bebraw closed 7 years ago

bebraw commented 9 years ago

Configuration

'antwar-popular-posts': { // https://www.npmjs.com/package/ga-server
    id: '...',
    clientEmail: '...',
    privateKey: '...'
}, // adds popularity field for each post
bebraw commented 7 years ago

I'm not going to implement this. It would be possible to do outside of Antwar most likely. Possible asynchronicity might be an issue but the configuration model can be expanded to support that.