UNPKG

ember-blog

Version:

Adds a static blog to any Ember CLI app, supporting posts written in Markdown and HTMLBars

9 lines (7 loc) 188 B
/* Default options */ /* Equivalent to `octosmashed: {}` in the app's Brocfile.js */ module.exports = { enabled: true, fileOptions: { encoding: 'utf8' }, fixturesDir: 'fixtures', }