diff options
author | William Candillon <w@28.io> | 2015-03-14 15:45:15 -0700 |
---|---|---|
committer | William Candillon <w@28.io> | 2015-03-14 15:45:15 -0700 |
commit | 6d3ac6074c4f4a9281466b110c0be769e0524ccd (patch) | |
tree | f30ff9aaa81c3e6a1e993ecca614d3765d39251c /lib/configuration.js | |
parent | 5e611bde48a4e9d00219c6067f4c7773a8ddb72e (diff) | |
download | gitbook-6d3ac6074c4f4a9281466b110c0be769e0524ccd.zip gitbook-6d3ac6074c4f4a9281466b110c0be769e0524ccd.tar.gz gitbook-6d3ac6074c4f4a9281466b110c0be769e0524ccd.tar.bz2 |
:lipstick: Update default generator
Diffstat (limited to 'lib/configuration.js')
-rw-r--r-- | lib/configuration.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/configuration.js b/lib/configuration.js index cc342c5..1bd2fa3 100644 --- a/lib/configuration.js +++ b/lib/configuration.js @@ -139,7 +139,7 @@ Configuration.prototype.normalizeLanguage = function() { Configuration.DEFAULT = { // Options that can't be extend "configFile": "book", - "generator": "site", + "generator": "website", "extension": null, // Book metadats (somes are extracted from the README by default) |