summaryrefslogtreecommitdiffstats
path: root/lib/generate/index.js
Commit message (Collapse)AuthorAgeFilesLines
* Add include support, with variables and the whole shebangAaron O'Mullan2014-10-151-1/+1
| | | | Fixes #462
* Parse glossary during buildSamy Pessé2014-08-171-1/+31
|
* Fix options parsingSamy Pessé2014-08-111-11/+2
|
* Fix defaults for configurationSamy Pessé2014-08-111-1/+10
|
* Remove config for github urlsSamy Pessé2014-08-111-66/+3
|
* Hooks for summary dataMatt Ellis2014-07-091-6/+24
|
* Support URLs in "github" configAaron O'Mullan2014-06-161-2/+9
| | | | Fixes GitbookIO/gitbook.io#90
* Fix cover picture for multilangs book convertion to ebookSamy Pessé2014-06-081-1/+3
|
* Fix GitbookIO/gitbook.io#69: copy cover files at multi-langs rootSamy Pessé2014-06-071-0/+11
|
* Improve meta tags for booksSamy Pessé2014-06-061-1/+1
|
* 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-031-12/+6
| | | | | | | Now it's possible to comment configuration properly and do some dynamic things if needed. Closes #287.
* 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
* Use ebook-convert for pdf generationSamy Pessé2014-05-291-1/+0
|
* Adapt navigation parsing to third and more levels in summarySamy Pessé2014-05-261-1/+1
|
* Add livereload as default plugins only for serveSamy Pessé2014-05-211-15/+16
|
* For multi-langs, run build one by oneSamy Pessé2014-05-211-3/+3
|
* Fix merge of output for multi-languages booksSamy Pessé2014-05-201-2/+12
|
* Extract title and description from readme before switching to ↵Samy Pessé2014-05-201-12/+18
| | | | multi-languages handling
* Fix issue of disabling issues and contributeAaron O'Mullan2014-05-151-1/+3
| | | | Improve robustness of template display conditions
* Allow github support to be disabled in book.jsonAaron O'Mullan2014-05-151-1/+11
| | | | Fixes #238
* Fix #211: read config file before cleaning output folderSamy Pessé2014-05-061-5/+5
|
* Improve generate's reliability, fixes #202Aaron O'Mullan2014-05-041-100/+153
| | | | This also improves speed on multi language books
* Fix #127: add configuration for changing links in sidebarSamy Pessé2014-04-301-11/+16
|
* Use a global configuration file for a book (default to book.json)Samy Pessé2014-04-281-0/+18
|
* Fix #163: Move logic of git infos extraction to libSamy Pessé2014-04-281-0/+14
|
* Fixed typoPascal Borreli2014-04-241-1/+1
|
* Update default addonsSamy Pessé2014-04-211-1/+1
|
* Change js interface for plugins and add configurationSamy Pessé2014-04-211-1/+5
|
* Add call for hooks "init" and "finish"Samy Pessé2014-04-191-0/+3
|
* Load plugins during generationSamy Pessé2014-04-191-1/+2
|
* Add base plugin object and test validation of pluginSamy Pessé2014-04-191-1/+3
|
* Do not pass SUMMARY.md to generator, fixes #93Aaron O'Mullan2014-04-161-2/+11
| | | | | | We want to parse SUMMARY.md but not generate a file from it, thus it should be removed from the list of files to be processed by the generator
* Fix #91: Extract defaults title and description from README.mdSamy Pessé2014-04-141-8/+24
|
* Fix generate.file methodSamy Pessé2014-04-141-2/+2
|
* Remove logs from core moduleSamy Pessé2014-04-131-3/+1
|
* Move more build logic to the core generation moduleSamy Pessé2014-04-131-4/+71
|
* Make use of github optionalJames Phillpotts2014-04-071-4/+4
|
* Remove need for README.md for multi-languagesSamy Pessé2014-04-061-1/+1
|
* Add base ebook generator using ebook-convertSamy Pessé2014-04-061-0/+1
|
* Return options after generateSamy Pessé2014-04-061-0/+5
|
* Fix generation for page formatSamy Pessé2014-04-061-5/+5
|
* Add base for generating languages indexSamy Pessé2014-04-061-18/+18
|
* Add base for multi-languages bookSamy Pessé2014-04-061-45/+71
|
* Add pdf generator using gitbook-pdfSamy Pessé2014-04-051-0/+1
|
* Add base for generating single page htmlSamy Pessé2014-04-041-1/+4
|
* Move generator to specific folderSamy Pessé2014-04-041-3/+3
|
* Add base for page generatorSamy Pessé2014-04-041-0/+1
|
* Remove logs from generationSamy Pessé2014-04-041-6/+1
|
* Remove file template.jsSamy Pessé2014-04-041-1/+0
|
* Base for new site generatorSamy Pessé2014-04-041-1/+1
|
* Complete json generatorSamy Pessé2014-04-041-16/+29
|
* Add option -g to choice generatorSamy Pessé2014-04-041-1/+3
| | | | Add base json generator
* Add class BaseGeneratorSamy Pessé2014-04-041-47/+20
|
* Adding config option for github hostPaul Dixon2014-04-041-6/+9
| | | | | | | - this config option allows the github host url to be set to something other than github.com, mainly so that github enterprise users can change the url to their private host but will also work with bitbucket
* Fix some typos in libSamy Pessé2014-04-041-3/+3
|
* Fix #4: Add option for defining descriptionSamy Pessé2014-04-011-2/+6
|
* Add progress calculSamy Pessé2014-04-011-1/+0
|
* Only convert markdown file from the navigationSamy Pessé2014-03-311-3/+3
|
* Move getFiles to fs moduleSamy Pessé2014-03-311-36/+1
|
* Symlink README.html to index.html for book outputAaron O'Mullan2014-03-311-4/+12
|
* Replace glob with better fstream-ignoreAaron O'Mullan2014-03-311-5/+39
| | | | It ignores according to .gitignore and other folders
* Ensure destination dir exists before buildingAaron O'Mullan2014-03-311-0/+4
|
* Add navigation parsed in footerSamy Pessé2014-03-311-2/+6
|
* Clean output folder before generatingAaron O'Mullan2014-03-311-3/+9
|
* Fix author linkSamy Pessé2014-03-311-0/+1
|
* Fix all relative linksSamy Pessé2014-03-311-1/+1
|
* Copy assets to buildSamy Pessé2014-03-311-0/+8
|
* Add base for generationSamy Pessé2014-03-311-0/+93