diff options
Diffstat (limited to 'lib/config/default.js')
-rw-r--r-- | lib/config/default.js | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/config/default.js b/lib/config/default.js index a35f1a5..1695e11 100644 --- a/lib/config/default.js +++ b/lib/config/default.js @@ -20,6 +20,9 @@ module.exports = { 'summary': 'SUMMARY.md' }, + // Theme for output + 'theme': 'default', + // CSS Styles 'styles': { 'website': 'styles/website.css', @@ -39,11 +42,6 @@ module.exports = { // Variables for templating 'variables': {}, - // Set another theme with your own layout - // It's recommended to use plugins or add more options for default theme, though - // See https://github.com/GitbookIO/gitbook/issues/209 - 'theme': path.resolve(__dirname, '../theme'), - // Links in template (null: default, false: remove, string: new value) 'links': { // Custom links at top of sidebar |