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