summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add debug log when copying themeSamy Pessé2016-02-211-1/+2
| |
| * Add docs for setup gitbookSamy Pessé2016-02-214-4/+69
| |
| * Setup summary for documentationSamy Pessé2016-02-216-16/+33
| |
| * Fix context for templating and pageSamy Pessé2016-02-214-28/+24
| |
| * Add custom filters for dates to templating engineSamy Pessé2016-02-214-2/+22
| |
| * Ignore node_modules during loginSamy Pessé2016-02-211-0/+4
| |
| * Add title to summary's partsSamy Pessé2016-02-212-3/+5
| |
| * Change glossary to enforce use of h2Samy Pessé2016-02-201-1/+1
| |
| * Fix page.toHTML by using .content directlySamy Pessé2016-02-201-2/+1
| |
| * Fix error in blocks detection with nunjucksSamy Pessé2016-02-201-2/+3
| |
| * Complete normalization of summary with level and multiples partsSamy Pessé2016-02-203-30/+135
| |
| * Add new gitbook-markdown and gitbook-asciidocSamy Pessé2016-02-207-5/+78
| |
| * Update graceful-fs@4Samy Pesse2016-02-181-1/+1
| |
| * Lint after travis testsSamy Pesse2016-02-189-83/+15
| |
| * Change default theme repositorySamy Pesse2016-02-181-1/+1
| |
| * Add detection of text direction and provide: 'page.dir'Samy Pessé2016-02-184-3/+29
| |
| * Fix resolve of imagesSamy Pessé2016-02-185-26/+96
| |
| * Add test for navigation in summarySamy Pessé2016-02-184-26/+200
| |
| * Dont fail if summary doesn't existSamy Pessé2016-02-181-2/+2
| |
| * Accept external url in summarySamy Pessé2016-02-181-3/+0
| |
| * Add back serve commandSamy Pessé2016-02-184-2/+248
| |
| * Fix path calcul to be coherantSamy Pessé2016-02-188-38/+134
| |
| * Glossary should be output as a normal pageSamy Pessé2016-02-184-9/+24
| |
| * Add tests for path utils moduleSamy Pessé2016-02-182-0/+17
| |
| * Correctly map filenames for website outputSamy Pessé2016-02-184-3/+37
| |
| * Add "level" to TOCArticleSamy Pessé2016-02-182-15/+20
| |
| * Add test for copy of assets in website generatorSamy Pessé2016-02-183-1/+29
| |
| * Copy assets to output (website)Samy Pessé2016-02-183-16/+47
| |
| * Add filter resolveAsset to template for websiteSamy Pessé2016-02-186-11/+22
| |
| * Add method .hook to pluginsSamy Pesse2016-02-172-0/+31
| |
| * Move comment about substack/node-resolve#81Samy Pesse2016-02-171-2/+1
| |
| * Remove write operations from virtual fsSamy Pesse2016-02-172-67/+1
| |
| * Ignore headings for annotationsSamy Pesse2016-02-171-1/+1
| |
| * Add glossary as a normal pageSamy Pesse2016-02-172-1/+18
| |
| * Improve annotation with glossary termsSamy Pesse2016-02-173-12/+160
| |
| * Add test for locationSamy Pesse2016-02-172-0/+39
| |
| * Fix and improve tests for links in pageSamy Pessé2016-02-171-2/+10
| |
| * Use _layouts folders as base for templatesSamy Pessé2016-02-171-4/+15
| |
| * Fix #537: don't add index.html to linksSamy Pessé2016-02-172-2/+17
| |
| * Generate index.html instead of README.htmlSamy Pessé2016-02-173-20/+42
| |
| * Add some doc about themingSamy Pessé2016-02-173-0/+52
| |
| * Load template engine for website output using theme configurationSamy Pessé2016-02-1711-34/+113
| |
| * Add file website output testsSamy Pessé2016-02-173-19/+7
| |
| * Don't fail if plugin is "empty"Samy Pessé2016-02-171-4/+16
| |
| * Wrap error when loading pluginSamy Pessé2016-02-172-3/+19
| |
| * Don't build context in templating engineSamy Pessé2016-02-172-23/+2
| |
| * Add type to file object in templating contextSamy Pessé2016-02-171-1/+2
| |
| * Don't output config in json formatSamy Pessé2016-02-171-0/+3
| |
| * Add "config" to templating contextSamy Pessé2016-02-175-8/+30
| |
| * Add faq in documentationSamy Pessé2016-02-172-0/+11
| |
| * Remove old themeSamy Pessé2016-02-1786-28768/+3
| |
| * Add context for summarySamy Pessé2016-02-174-12/+58
| |
| * Extend templating context (and json output)Samy Pessé2016-02-174-6/+33
| |
| * Correctly clean and ignore output folderSamy Pessé2016-02-174-15/+49
| |
| * Use same json for page context and json buildsSamy Pessé2016-02-176-17/+56
| |
| * Add tests for installation of pluginsSamy Pessé2016-02-173-8/+41
| |
| * Add method install to plugins managerSamy Pessé2016-02-172-6/+25
| |
| * Fix loading of pluginsSamy Pessé2016-02-178-23/+113
| |
| * Adapt ebook outputSamy Pessé2016-02-171-9/+2
| |
| * Change format of conrefs and folder mixinsSamy Pessé2016-02-177-232/+232
| |
| * Add command 'parse' for gitbook-cliSamy Pessé2016-02-175-37/+98
| |
| * Start commands for plugins installationSamy Pesse2016-02-166-9/+56
| |
| * Add method to install plugin from npmSamy Pesse2016-02-163-2/+117
| | | | | | | | Add tests for it
| * Add base for plugin linking/installationSamy Pesse2016-02-162-11/+40
| |
| * Validate plugin after loadingSamy Pesse2016-02-161-5/+28
| |
| * Add base _setup for pluginslistSamy Pesse2016-02-151-3/+8
| |
| * Plugins should be relative to outputSamy Pesse2016-02-151-4/+3
| |
| * Add name to json and website buildSamy Pesse2016-02-152-10/+10
| | | | | | | | And inherit from conrefsLoader
| * Add tests for args in blocksSamy Pessé2016-02-151-0/+9
| |
| * Fix addBlock for template engineSamy Pessé2016-02-1510-12/+168
| | | | | | | | Add test for code block
| * Complete page.previous and page.next variablesSamy Pessé2016-02-153-3/+35
| |
| * Add test for page.title variableSamy Pessé2016-02-152-8/+25
| |
| * Add test for file variables in templatingSamy Pessé2016-02-143-2/+27
| |
| * Interpolate template before running itSamy Pessé2016-02-143-8/+10
| |
| * Move conrefs to a separate mixinSamy Pessé2016-02-1415-116/+141
| |
| * Add .next and .prev to TOCArticleSamy Pessé2016-02-142-4/+74
| |
| * Add base for templating documentationSamy Pessé2016-02-145-277/+13
| |
| * Add help chapter about variablesSamy Pessé2016-02-144-7/+62
| |
| * Add code blocks normalizationSamy Pessé2016-02-142-30/+74
| |
| * Start moving template and conrefs on OutputSamy Pessé2016-02-148-7/+79
| |
| * Ignore Summary and Langs in outputSamy Pessé2016-02-131-9/+18
| |
| * Complete assets inlinerSamy Pessé2016-02-136-46/+351
| |
| * Improve performance of svg conversionSamy Pessé2016-02-134-26/+94
| |
| * Add method to fetch remote image with AssetsInlinerSamy Pesse2016-02-136-14/+81
| |
| * Add more test for svgSamy Pesse2016-02-131-4/+19
| |
| * Complete test for convertion of svgsSamy Pesse2016-02-135-5/+50
| |
| * Add conversion of svg to png for assets inlinerSamy Pesse2016-02-1213-23/+182
| |
| * Add pipeline to outline svg as pngSamy Pesse2016-02-128-9/+74
| |
| * Separate output in FolderOutput and baseSamy Pesse2016-02-126-86/+120
| |
| * Remove concept of generator, to merge it with OutputSamy Pesse2016-02-1211-91/+71
| |
| * Replace links to page of summary by html linksSamy Pesse2016-02-128-32/+89
| |
| * Complete test for heading IDsSamy Pesse2016-02-121-2/+9
| |
| * Page output a simple html stringSamy Pesse2016-02-1110-38/+150
| |
| * Add base for normalizing htmlSamy Pesse2016-02-118-10/+156
| |
| * Complete conrefs in parsingSamy Pesse2016-02-119-26/+82
| |
| * Add conrefs loader for nunjucksSamy Pesse2016-02-115-2/+103
| |
| * Cleaner module for managing git refsSamy Pesse2016-02-112-84/+89
| |
| * Add git urls parsing and testsSamy Pesse2016-02-115-0/+203
| |
| * Add documentation for conrefsSamy Pesse2016-02-112-1/+56
| |
| * For multilingual book, copy readme from main bookSamy Pessé2016-02-111-1/+18
| |