antwarjs / antwar

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

[TypeError: Cannot read property 'baseUrl' of undefined] #97

Closed ColeTownsend closed 9 years ago

ColeTownsend commented 9 years ago
weareours.us  antwar -d                       
[TypeError: Cannot read property 'baseUrl' of undefined]
Start developing

Developing failed Error: Missing theme
ColeTownsend commented 9 years ago

Fix is to remove the rssPlugin() and or change it to

rssPlugin({
      baseUrl: '<your url here>',
      sections: ['blog'],
    }),
bebraw commented 9 years ago

Thanks. I fixed this in the boilerplate.

ColeTownsend commented 9 years ago

Ah sorry! Thank you so much for doing the boilerplate too! It's been so fun playing with antwar :smile: