a stateful, jekyll-friendly cms parser for javascript
ember-cli-hyde
to funnel root dirs through the Hyde compiler, merging output into the public tree: https://github.com/anulman/ember-cli-hyde/blob/master/index.js#L23-L41config/environment.js
, and defaults to [content]
.json
metadata + .md
bodies where appropriate: https://github.com/anulman/broccoli-hyde-compiler/blob/master/src/index.js#L25-L50findAll
or findRecord
accordingly: https://github.com/anulman/www.aidans.computer/blob/master/app/pods/content/item/route.js#L7markdown-section
with an item: https://github.com/anulman/www.aidans.computer/blob/master/app/pods/content/item/template.hbs#L5{ hyde: { directories: [] } }
): TODO LINKprember
is installed, e-cli-hyde will generate URLs for configured directories{ hyde: { prember: [] } }
): TODO LINK{ name: 'content', prefix: 'foo', itemPrefix: 'bar', collectionPrefix: 'baz' }
: TODO LINK{ name, collectionPrefix: true }
config: TODO LINK{ hyde: { prember: false } }
to disable prember builds: TODO LINK