feat: themes folder + telemetry option in setup

This commit is contained in:
NGPixel
2017-10-21 18:01:37 -04:00
parent 24ca6e3664
commit 3493bd5781
5 changed files with 39 additions and 2 deletions

View File

@@ -3,6 +3,11 @@ const path = require('path')
/* global wiki */
module.exports = () => {
wiki.config.site = {
path: '',
title: 'Wiki.js'
}
// ----------------------------------------
// Load modules
// ----------------------------------------
@@ -354,7 +359,6 @@ module.exports = () => {
error: wiki.IS_DEBUG ? err : {}
})
wiki.logger.error(err.message)
process.exit(1)
})
// ----------------------------------------