ember-blog
Version:
Adds a static blog to any Ember CLI app, supporting posts written in Markdown and HTMLBars
17 lines (13 loc) • 355 B
JavaScript
module.exports = {
description: 'Create a new blog post'
// TODO - should probably option to set posts path
// locals: function(options) {
// // Return custom template variables here.
// return {
// foo: options.entity.options.foo
// };
// }
// afterInstall: function(options) {
// // Perform extra work here.
// }
};