diff options
Diffstat (limited to 'lib/output/website')
-rw-r--r-- | lib/output/website/index.js | 14 | ||||
-rw-r--r-- | lib/output/website/theme.js | 6 |
2 files changed, 0 insertions, 20 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; diff --git a/lib/output/website/theme.js b/lib/output/website/theme.js deleted file mode 100644 index 1cc2891..0000000 --- a/lib/output/website/theme.js +++ /dev/null @@ -1,6 +0,0 @@ - -function Theme() { - -} - -module.exports = Theme; |