diff options
Diffstat (limited to 'test/website-theme.js')
-rw-r--r-- | test/website-theme.js | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/test/website-theme.js b/test/website-theme.js deleted file mode 100644 index afbae5e..0000000 --- a/test/website-theme.js +++ /dev/null @@ -1,17 +0,0 @@ - - -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) - - -}); - |