summaryrefslogtreecommitdiffstats
path: root/lib/generate/index.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 class BaseGeneratorSamy Pessé2014-04-041-47/+20
* Adding config option for github hostPaul Dixon2014-04-041-6/+9
* 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
* 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