summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Support custom intro node, fixes #318Aaron O'Mullan2014-06-151-8/+23
|
* Fix test for #318Aaron O'Mullan2014-06-151-1/+1
|
* Add extra navigation tests for #318Aaron O'Mullan2014-06-152-0/+29
|
* Drop Travis tests for Node 0.8Aaron O'Mullan2014-06-151-1/+0
|
* Bump version to 0.5.30.5.3Aaron O'Mullan2014-06-151-1/+1
|
* Skip extra files and folders in copy phase of generationAaron O'Mullan2014-06-151-1/+12
|
* Add link to gitbook.io in readmeAaron O'Mullan2014-06-151-1/+1
|
* Allow external links in summary, fixes #300Aaron O'Mullan2014-06-083-6/+24
|
* Remove useless logSamy Pessé2014-06-081-1/+0
|
* Bump version to 0.5.20.5.2Samy Pessé2014-06-081-1/+1
|
* Fix font size for mono font on pdf outputSamy Pessé2014-06-081-0/+1
|
* Fix cover picture for multilangs book convertion to ebookSamy Pessé2014-06-084-3/+34
|
* Bump version to 0.5.10.5.1Aaron O'Mullan2014-06-071-1/+1
|
* Fix style for main languages index pageSamy Pessé2014-06-071-0/+4
|
* Fix GitbookIO/gitbook.io#69: copy cover files at multi-langs rootSamy Pessé2014-06-071-0/+11
|
* Fix title and description for pages in websiteSamy Pessé2014-06-072-5/+4
|
* Don't use cdn for aceSamy Pessé2014-06-076-15/+15
|
* Show quiz inside ebookSamy Pessé2014-06-063-6/+20
|
* Use base style for ebook instead of bootstrapSamy Pessé2014-06-062-9/+3
|
* Improve navigation links designSamy Pessé2014-06-062-3/+3
|
* Improve meta tags for booksSamy Pessé2014-06-066-60/+73
|
* Improve font sizes and spacing on contentSamy Pessé2014-06-065-7/+12
|
* Fix #296: fix static links on windowsSamy Pessé2014-06-062-3/+16
|
* Bump version to 0.5.00.5.0Samy Pessé2014-06-031-1/+1
|
* Fix #289: center images on ebookSamy Pessé2014-06-032-1/+2
|
* Font Merriweather 600 doesn't existsSamy Pessé2014-06-031-12/+0
|
* Remove fonts Anonymous Pro and EB GaramondSamy Pessé2014-06-039-38/+2
|
* Fix #275: fix emphasized font pathSamy Pessé2014-06-032-14/+14
|
* Improve font on titleSamy Pessé2014-06-034-5/+5
| | | | Set sans-serif as default
* Improve design (more flat)Samy Pessé2014-06-034-17/+18
|
* Improve less files organisationSamy Pessé2014-06-0321-29/+26
|
* Merge pull request #291 from bebraw/book.jsSamy Pessé2014-06-033-12/+10
|\ | | | | Allow book.js to be used in addition to book.json
| * In case there's no config file, do not failJuho Vepsalainen2014-06-031-4/+8
| |
| * Allow book.js to be used in addition to book.jsonJuho Vepsalainen2014-06-033-14/+8
|/ | | | | | | Now it's possible to comment configuration properly and do some dynamic things if needed. Closes #287.
* Add option pdf.pageNumberSamy Pessé2014-06-033-1/+6
| | | | Fix GitbookIO/editor#38
* Remove mixpanel as a default addonSamy Pessé2014-06-032-2/+0
|
* Merge pull request #292 from bebraw/typofixSamy Pessé2014-06-031-1/+1
|\ | | | | Fix build success message typo
| * Fix build success message typoJuho Vepsalainen2014-06-031-1/+1
|/
* Fix #286: fix doc about formatsSamy Pessé2014-06-021-1/+1
|
* Merge pull request #283 from GitbookIO/feature/pdfoptionsSamy Pessé2014-06-023-25/+44
|\ | | | | Add more options for PDF
| * Remove useless command "gitbook ebook"Samy Pessé2014-06-021-8/+0
| |
| * Fix calcul of output format for ebookSamy Pessé2014-06-022-10/+2
| |
| * Add options paperSize and margin for pdfSamy Pessé2014-06-022-10/+31
| |
| * Add options pdf.toc and pdf.fontSizeSamy Pessé2014-06-022-2/+16
|/
* Langs index page now use direct link to html fileSamy Pessé2014-06-022-1/+6
|
* Fix #282: stop generation of langs index for page formatSamy Pessé2014-06-021-0/+5
|
* Fix error when plugin don't extend bookSamy Pessé2014-06-021-0/+1
|
* Improve documentation about book.jsonSamy Pessé2014-06-021-3/+13
|
* Fix error during generationSamy Pessé2014-06-021-1/+1
|
* Add error message when generator is invalidSamy Pessé2014-06-021-10/+19
| | | | Fixes #276, #277
* Bump version to 0.4.80.4.8Aaron O'Mullan2014-05-291-1/+1
|
* Set default pdf font size to 12Aaron O'Mullan2014-05-291-1/+2
|
* Force paper format to A4 fro pdfSamy Pessé2014-05-301-1/+2
|
* Merge pull request #274 from emmanuel-keller/patch-1Samy Pessé2014-05-301-0/+1
|\ | | | | Adding a new plugin (Piwik Open Analytics plugin)
| * Adding a new plugin.Emmanuel Keller2014-05-291-0/+1
|/ | | I Just published a first version of the Piwik Open Analytics plugin, on both GIT and NPM.
* Add margin on pdf outputSamy Pessé2014-05-291-1/+7
|
* Add toc at the end of pdfSamy Pessé2014-05-292-0/+6
|
* Improve ebook generation (toc, ...)Samy Pessé2014-05-297-161/+92
|
* Generate valid first level table of content for ebookSamy Pessé2014-05-292-29/+4
|
* Use ebook-convert for pdf generationSamy Pessé2014-05-295-69/+33
|
* Bump version to 0.4.70.4.7Aaron O'Mullan2014-05-261-1/+1
|
* Merge pull request #265 from GitbookIO/feature/levelsAaron O'Mullan2014-05-2610-41/+47
|\ | | | | More than two section level in summary
| * Adapt navigation parsing to third and more levels in summarySamy Pessé2014-05-264-4/+15
| |
| * Improve design of summary for deep articlesSamy Pessé2014-05-263-3/+2
| |
| * Render articles of level > 2 in summarySamy Pessé2014-05-261-26/+20
| |
| * Remove useless method parseArticleSamy Pessé2014-05-261-4/+0
| |
| * Parse more than two level in summarySamy Pessé2014-05-263-4/+10
| |
* | Remove command log in ebook convertSamy Pessé2014-05-261-2/+0
| |
* | Fix cover option for ebookSamy Pessé2014-05-261-4/+6
| |
* | Fix use of cover.jpg in ebookSamy Pessé2014-05-262-5/+5
|/
* Merge pull request #263 from jpoesen/patch-1Samy Pessé2014-05-261-18/+18
|\ | | | | Minor typo, grammar and style corrections.
| * Minor typo, grammar and style corrections.Joeri Poesen2014-05-261-18/+18
|/
* Fix cache manifest generationSamy Pessé2014-05-251-2/+2
|
* Bump version to 0.4.60.4.6Aaron O'Mullan2014-05-231-1/+1
|
* Fix loading button display on navigationSamy Pessé2014-05-242-5/+3
|
* Fix #235: search after navigation to another pageSamy Pessé2014-05-234-18/+11
|
* Fix #218: keep state of font settingsSamy Pessé2014-05-235-49/+57
|
* Change position of menu action in headerSamy Pessé2014-05-231-1/+1
|
* Fix display of divider in lateral menuSamy Pessé2014-05-231-1/+5
|
* Minor css improvementsSamy Pessé2014-05-236-16/+12
|
* Fix #249: fix links.toAbsolute on windowsSamy Pessé2014-05-231-0/+4
|
* Fix cache manifest in the html tagSamy Pessé2014-05-232-6/+2
| | | | Serve command disable cache
* Plugins can extend htmlSamy Pessé2014-05-233-0/+22
|
* Support multi-languages book in json formatSamy Pessé2014-05-231-4/+17
|
* Fix order of progress for level superior to x.9Samy Pessé2014-05-211-2/+2
| | | | Related to GitbookIO/gitbook.io#23
* Add link to documentationSamy Pessé2014-05-211-1/+1
|
* Add livereload as default plugins only for serveSamy Pessé2014-05-214-18/+21
|
* Merge pull request #234 from davidagraf/livereloadSamy Pessé2014-05-216-9/+40
|\ | | | | Livereload
| * gitbook-plugin-livereload dependency to npmDavid Graf2014-05-211-1/+1
| |
| * Merge branch 'master' into livereloadDavid Graf2014-05-218-38/+107
| |\ | |/ |/|
* | Improve grammar (thanks to @theoutlander )Samy Pessé2014-05-211-2/+2
| |
* | Bump version to 0.4.50.4.5Aaron O'Mullan2014-05-201-1/+1
| |
* | Fix generate failing on README parsingAaron O'Mullan2014-05-201-5/+7
| | | | | | | | Failed if no title or description could be extracted
* | Bump version to 0.4.40.4.4Aaron O'Mullan2014-05-201-1/+1
| |
* | For multi-langs, run build one by oneSamy Pessé2014-05-211-3/+3
| |
* | Improve parsing of readme (extraction of title and description as plain text ↵Samy Pessé2014-05-201-3/+14
| | | | | | | | and not markdown)
* | Fix merge of output for multi-languages booksSamy Pessé2014-05-201-2/+12
| |
* | Add support for multi-languages books in JSON formatSamy Pessé2014-05-201-0/+17
| |
* | Extract title and description from readme before switching to ↵Samy Pessé2014-05-201-12/+18
| | | | | | | | multi-languages handling
* | Add more infos about gitbook.ioSamy Pessé2014-05-201-2/+6
| |