summaryrefslogtreecommitdiffstats
path: root/lib/output/website/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/output/website/index.js')
-rw-r--r--lib/output/website/index.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/output/website/index.js b/lib/output/website/index.js
deleted file mode 100644
index 6166ccc..0000000
--- a/lib/output/website/index.js
+++ /dev/null
@@ -1,14 +0,0 @@
-var conrefsLoader = require('../conrefs');
-
-var Theme = require('./theme');
-
-var WebsiteOutput = conrefsLoader();
-
-WebsiteOutput.prototype.name = 'website';
-
-// Write a page (parsable file)
-WebsiteOutput.prototype.onPage = function(page) {
-
-};
-
-module.exports = WebsiteOutput;