antwarjs / antwar

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

Document theming api #14

Closed bebraw closed 9 years ago

bebraw commented 9 years ago

Entry point:

module.exports = {
    Body: require('...'),
    Nav: require('...'),
    configuration: {} // webpack specific stuff
};
bebraw commented 9 years ago

Done. https://github.com/antwarjs/antwar/wiki/Config .