summaryrefslogtreecommitdiffstats
path: root/lib/generate/site/index.js
Commit message (Expand)AuthorAgeFilesLines
* Clear folderSamy Pessé2015-01-191-314/+0
* Include styles in website formatSamy Pessé2015-01-141-0/+21
* Move theme folder "book" to "website"Samy Pessé2015-01-141-5/+5
* Bug fix for issue #493: 2-level or more deep relative links may go wrong when...Delbert2014-11-061-1/+6
* Adapt new page.parse api for testsSamy Pessé2014-11-031-3/+4
* Merge branch 'master' of github.com:GitbookIO/gitbook into forkcodepiano2014-11-021-4/+7
|\
| * Adapt include in page parsing to works on clientsideSamy Pessé2014-11-011-4/+7
* | bugfix,init page object's lexed attribute.codepiano2014-10-311-1/+1
|/
* Normalize template pathsSamy Pessé2014-10-301-3/+3
* Use book.json to store variablesSamy Pessé2014-10-291-1/+1
* Fix small incompatibility mistakeAaron O'Mullan2014-10-151-7/+4
* Add include support, with variables and the whole shebangAaron O'Mullan2014-10-151-18/+22
* Fix correct folder for assetsSamy Pessé2014-09-171-1/+1
* Use correct resources file for ebookSamy Pessé2014-09-171-3/+0
* Remove githubIdSamy Pessé2014-09-171-5/+0
* Add base to use plugins in page formatSamy Pessé2014-09-171-16/+33
* Write correct glossary to diskSamy Pessé2014-08-191-1/+1
* Show index on glossary pageSamy Pessé2014-08-181-0/+29
* Dump glossary index to glossary_index.jsonSamy Pessé2014-08-181-0/+11
* Add glossary indexingAaron O'Mullan2014-08-181-1/+7
* Base template for glossarySamy Pessé2014-08-171-0/+17
* Remove html5 cache manifestSamy Pessé2014-08-111-33/+2
* Fix resource normalization in when loading pluginsAaron O'Mullan2014-07-301-2/+2
* Fix minor issues with new plugin additionsAaron O'Mullan2014-07-291-3/+3
* pass 'rawPath' page path to pluginsRobert Marchman2014-06-241-0/+1
* Fix cover picture for multilangs book convertion to ebookSamy Pessé2014-06-081-2/+4
* Improve meta tags for booksSamy Pessé2014-06-061-12/+2
* Fix #296: fix static links on windowsSamy Pessé2014-06-061-2/+2
* Improve ebook generation (toc, ...)Samy Pessé2014-05-291-1/+0
* Fix cache manifest generationSamy Pessé2014-05-251-2/+2
* Plugins can extend htmlSamy Pessé2014-05-231-0/+1
* Introducing option to disable cache manifest generationDavid Graf2014-05-151-3/+7
* Fix #127: add configuration for changing links in sidebarSamy Pessé2014-04-301-1/+3
* Fix #186: Plugins that don't have assets should be skippedSamy Pessé2014-04-301-1/+2
* Fix error when calling hooks in site generationSamy Pessé2014-04-301-1/+1
* Fix #183: normalize hooks and transformation of page (content, progress, ..°Samy Pessé2014-04-291-20/+26
* Add hooks "page:before" and "page:after"Samy Pessé2014-04-281-4/+22
* Use hook to allow plugins to edit page content during generation (Fixes #176)Samy Pessé2014-04-281-2/+9
* Add base cache manifestSamy Pessé2014-04-271-2/+30
* Change js interface for plugins and add configurationSamy Pessé2014-04-211-1/+2
* Use complete assets folder for pluginsSamy Pessé2014-04-201-7/+2
* Add option to change templates from pluginSamy Pessé2014-04-201-4/+19
* Add resources to site buildSamy Pessé2014-04-191-2/+18
* Merge branch 'optional-github' of https://github.com/mrpotes/gitbook into mrp...Samy Pessé2014-04-091-2/+2
|\
| * Make use of github optionalJames Phillpotts2014-04-071-2/+2
* | Fix progress link to READMESamy Pessé2014-04-071-1/+3
|/
* Merge pull request #40 from GitbookIO/feature/searchclientSamy Pessé2014-04-061-0/+3
|\
| * Use cache in localstorage to store search indexSamy Pessé2014-04-061-0/+3
* | Add outdir option to generators' generateFileAaron O'Mullan2014-04-061-0/+1
* | Fix dir option in site generatorAaron O'Mullan2014-04-061-1/+1
|/
* Generate search_index.json when generating siteAaron O'Mullan2014-04-061-2/+36
* Fix generation for page formatSamy Pessé2014-04-061-3/+10
* Add base for generating languages indexSamy Pessé2014-04-061-17/+39
* Generate an index.html instead of a README.htmlSamy Pessé2014-04-051-9/+4
* Copy README.html to index.html instead of symlimkAaron O'Mullan2014-04-051-2/+2
* Add base for generating single page htmlSamy Pessé2014-04-041-5/+0
* Change template name for site generation to siteSamy Pessé2014-04-041-1/+1
* Add base for themingSamy Pessé2014-04-041-2/+8
* Move generator to specific folderSamy Pessé2014-04-041-0/+91