summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Add base for themingSamy Pessé2014-04-047-188/+0
|
* Fix links in templatesSamy Pessé2014-04-044-7/+7
|
* Adding config option for github hostPaul Dixon2014-04-044-13/+13
| | | | | | | - 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
* Make templates more modularSamy Pessé2014-04-033-25/+27
|
* Enable use of spacebar for scrolling into book bodySamy Pessé2014-04-031-1/+1
|
* Show sidebar by defaultSamy Pessé2014-04-031-1/+1
|
* Fix #9: add keyboard navigation using right/leftSamy Pessé2014-04-031-0/+7
|
* Add sharing links in headerSamy Pessé2014-04-021-1/+5
|
* Add button to edit current chapter in sidebarSamy Pessé2014-04-021-0/+3
|
* Add meta tag generatorSamy Pessé2014-04-021-0/+1
|
* Improve meta tagsSamy Pessé2014-04-022-6/+17
|
* Fix #8: Improve page titleSamy Pessé2014-04-022-7/+7
|
* Fix mixpanel trackingSamy Pessé2014-04-021-1/+1
|
* Fix #5: Add faviconSamy Pessé2014-04-011-1/+1
|
* Make chapter in progress bar clickableSamy Pessé2014-04-011-1/+1
|
* Improve footer navigationSamy Pessé2014-04-011-2/+2
|
* Fix #4: Add option for defining descriptionSamy Pessé2014-04-011-2/+2
|
* Add base analytic using mixpanelSamy Pessé2014-04-011-0/+5
|
* Improve footer navigation on mobileSamy Pessé2014-04-011-1/+5
|
* Change style of bottom navigationSamy Pessé2014-04-011-6/+3
|
* Fix link to issuesSamy Pessé2014-04-011-1/+1
|
* Improve animation and display of progress barSamy Pessé2014-04-011-2/+2
|
* Fix position of progress barSamy Pessé2014-04-011-11/+11
|
* Add progress calculSamy Pessé2014-04-011-1/+11
|
* Add execution of exerciseSamy Pessé2014-04-012-5/+5
|
* Mark as disabled articles not yet finished in the summarySamy Pessé2014-03-311-0/+8
|
* Show level in summary pageSamy Pessé2014-03-311-2/+2
|
* Signal and mark progressSamy Pessé2014-03-312-21/+28
|
* Mark levels done in local storageSamy Pessé2014-03-311-3/+3
|
* Fix star and watch countSamy Pessé2014-03-311-1/+1
|
* Move all javascript to the bundleSamy Pessé2014-03-313-47/+2
|
* Add base for javascript compilation using requirejsSamy Pessé2014-03-311-0/+1
|
* Mark as active current chapterSamy Pessé2014-03-311-1/+1
|
* Improve navigation on mobile resolutionsSamy Pessé2014-03-311-2/+2
|
* Mark active chapter in summarySamy Pessé2014-03-311-1/+1
|
* Add navigation parsed in footerSamy Pessé2014-03-311-3/+3
|
* Add footer for navigation linksSamy Pessé2014-03-311-10/+27
|
* Change summary data formatAaron O'Mullan2014-03-311-1/+1
| | | | | Simplify chapter objects, by making them identical to article objects besides the .articles attribute
* Set size of exercise code editor according to solutionAaron O'Mullan2014-03-311-1/+1
| | | | Use the number of lines in solution to set editor’s size
* Add base for full display of exercisesSamy Pessé2014-03-312-26/+39
|
* Add base display of exerciseSamy Pessé2014-03-313-2/+42
|
* Fix author linkSamy Pessé2014-03-311-1/+1
|
* Fix link for watcher and stargazersSamy Pessé2014-03-311-2/+2
|
* Get watcher and stargazer count using github apiSamy Pessé2014-03-311-2/+11
|
* Fix header link and displaySamy Pessé2014-03-313-18/+3
|
* Fix all relative linksSamy Pessé2014-03-312-7/+7
|
* Fix link in summary (absolute to relative)Samy Pessé2014-03-311-2/+2
|
* Copy assets to buildSamy Pessé2014-03-311-4/+4
|
* Add base for generationSamy Pessé2014-03-314-0/+109