diff options
Diffstat (limited to 'bin/build.js')
-rw-r--r-- | bin/build.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/build.js b/bin/build.js index 6050b88..4f7429a 100644 --- a/bin/build.js +++ b/bin/build.js @@ -42,6 +42,7 @@ var buildFunc = function(dir, options) { title: title, description: options.intro, github: githubID, + githubHost: options.githubHost, generator: options.format, theme: options.theme }) |