summaryrefslogtreecommitdiffstats
path: root/lib/generate/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/generate/index.js')
-rw-r--r--lib/generate/index.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/generate/index.js b/lib/generate/index.js
index c3803cf..3a9157a 100644
--- a/lib/generate/index.js
+++ b/lib/generate/index.js
@@ -43,7 +43,11 @@ var generate = function(options) {
githubHost: 'https://github.com/',
// Theming
- theme: path.resolve(__dirname, '../../theme')
+ theme: path.resolve(__dirname, '../../theme'),
+
+ // Plugins
+ plugins: [],
+ pluginsConfig: {test:1}
});
if (!options.input) {