summaryrefslogtreecommitdiffstats
path: root/lib/generate/index.js
Commit message (Collapse)AuthorAgeFilesLines
* 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