diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-14 16:00:09 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-14 16:00:09 -0700 |
commit | e481deb5bb4b376e9734ec117f53f5f8b1963007 (patch) | |
tree | f30ff9aaa81c3e6a1e993ecca614d3765d39251c /lib | |
parent | 5e611bde48a4e9d00219c6067f4c7773a8ddb72e (diff) | |
parent | 6d3ac6074c4f4a9281466b110c0be769e0524ccd (diff) | |
download | gitbook-e481deb5bb4b376e9734ec117f53f5f8b1963007.zip gitbook-e481deb5bb4b376e9734ec117f53f5f8b1963007.tar.gz gitbook-e481deb5bb4b376e9734ec117f53f5f8b1963007.tar.bz2 |
Merge pull request #650 from wcandillon/patch-2
Update default generator
Diffstat (limited to 'lib')
-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) |