bebraw / stalbum

Static album generator (MIT)
http://bebraw.github.io/stalbum-starter/
MIT License
1 stars 0 forks source link

Move custom CSS and JS declarations to a head matter #22

Closed bebraw closed 11 years ago

bebraw commented 11 years ago

Define something like the following at the beginning of templates:

js: ['foo', 'bar']
css: ['baz']

---
content goes here

The content at head matter should be then injected to the master template (match by name). There can be a convention that generates proper script templates. Later on that can be generalized to something prettier.