diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-09-17 13:08:30 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-09-17 13:08:30 +0200 |
commit | 11b299653f64eff2c997602bdd29cf07b6fa80e8 (patch) | |
tree | 1f818c2c1ce9dead652ffaf648adc57a2dd04d95 /lib/generate/site/index.js | |
parent | c8c07fe8ce7ccc3b4a83412025123cc05853dc40 (diff) | |
download | gitbook-11b299653f64eff2c997602bdd29cf07b6fa80e8.zip gitbook-11b299653f64eff2c997602bdd29cf07b6fa80e8.tar.gz gitbook-11b299653f64eff2c997602bdd29cf07b6fa80e8.tar.bz2 |
Remove githubId
Enable hook for ebook
Diffstat (limited to 'lib/generate/site/index.js')
-rw-r--r-- | lib/generate/site/index.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/generate/site/index.js b/lib/generate/site/index.js index 5d3a57b..dc9a4d4 100644 --- a/lib/generate/site/index.js +++ b/lib/generate/site/index.js @@ -62,10 +62,6 @@ Generator.prototype._writeTemplate = function(tpl, options, output, interpolate) title: that.options.title, description: that.options.description, - githubAuthor: that.options.github ? that.options.github.split("/")[0] : "", - githubId: that.options.github, - githubHost: that.options.githubHost, - glossary: that.options.glossary, summary: that.options.summary, @@ -133,7 +129,6 @@ Generator.prototype.prepareFile = function(content, _input) { // Get HTML generated sections return parse.page(lexed, { - repo: that.options.githubId, dir: path.dirname(_input) || '/', outdir: path.dirname(_input) || '/', }); |