summaryrefslogtreecommitdiffstats
path: root/test/website-theme.js
blob: afbae5e2997a3c0957bfa824c169dccb18e72ca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17


describe('Website Theming', function() {

// Spec proposal:
// - Plugins can "export" a theme
// - Theme can be overrided in the book itself


// Themes structures
// - _layout/ (Folder containing all the templates)
//      - page.html (Template used for generating a page)
// - _assets/ (Assets of the theme copied to the output)


});