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.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/generate/index.js b/lib/generate/index.js
index 9dcf409..4ed9f08 100644
--- a/lib/generate/index.js
+++ b/lib/generate/index.js
@@ -30,7 +30,10 @@ var generate = function(options) {
// Origin github repository id
github: null,
- githubHost: 'https://github.com/'
+ githubHost: 'https://github.com/',
+
+ // Theming
+ theme: path.resolve(__dirname, '../../theme')
});
if (!options.github || !options.title || !options.input || !options.output) {