feat: enable custom theme with eject

This commit is contained in:
endiliey 2018-08-30 01:03:38 +08:00
parent 8c6bc6dd38
commit 2b5ee3e869
6 changed files with 40 additions and 7 deletions

View file

@ -20,7 +20,6 @@ module.exports = function loadConfig(siteDir, deleteCache = true) {
];
const optionalFields = [
'customDocsPath',
'themePath',
'highlight',
'markdownPlugins'
];