summaryrefslogtreecommitdiffstats
path: root/lib/generate/site/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/generate/site/index.js')
-rw-r--r--lib/generate/site/index.js5
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) || '/',
});