Commit Graph

20 Commits

Author SHA1 Message Date
David Russell
d55f3d0f7a Added support for gatoken option to PITCHME.yaml. 2016-12-28 09:24:46 +07:00
David Russell
71215a8178 Disable auto-sliding when printing to PDF. 2016-12-25 12:46:32 +07:00
David Russell
8af99d0b05 Added support for mousewheel option to PITCHME.yaml. 2016-12-25 12:17:51 +07:00
David Russell
38badea514 Added support for YouTube start and end play offsets. 2016-12-09 22:08:45 +07:00
David Russell
1ee570a955 Added Open Graph meta tags to enhance social sharing. 2016-12-06 20:40:57 +07:00
David Russell
c41167dacc RFE #24 support for multiple presentations within single repo.
A new parameter (p) on slideshow URLs accepts a relative path to a custom directory within a repo where PITCHME.* can be found for a given presentation. If (p) is not specified, the default behavior using the root directory within the repo is preserved.

This feature supports the creation and management of multiple presentations within a single repo (branch), potentially sharing common assets such as images, styles, etc.

The following changes were required to support this feature:

- Optional parameter (p) on slideshow urls
- Each (p) generates isolated print PDF
- Each (p) generates isolated offline ZIP
- Caching of YAML and Markdown is now (p) aware
2016-11-28 19:07:58 +07:00
David Russell
8b8cc52d33 Added support for new custom footer in YAML config. 2016-10-26 09:44:03 +07:00
David Russell
d2b1ce514a Updated tagline. 2016-10-10 20:26:02 +07:00
David Russell
594da40a62 Removed EOL character stripping interfering with code block indentation. 2016-10-09 23:19:54 +07:00
David Russell
315b6de1d5 Added support for HTML img tags in PITCHME.md. 2016-10-06 10:33:44 +07:00
David Russell
fa287ba150 Resolved #11 background-size YAML option handling. 2016-10-03 15:44:50 +07:00
David Russell
3170ff886d Updated custom css overrides handling for offline slideshows. 2016-09-29 20:34:39 +07:00
David Russell
b212f66686 Reduced cache interval for print and offline bundles on feature branches.
Cache interval for print and offline bundles remains at 20 minutes for master branch. New shorter 20 second cache interval introduced for feature branches to improve developer experience.
2016-09-29 17:04:27 +07:00
David Russell
b294a7c46c Handle SSM cache miss when rendering markdown.
SSM cache misses are possible when rendering markdown on print or offline calls as these calls can be made long after the slideshow itself has been rendered in the browser. To ensure YAML config options are always applied on rendering reconstitute SSM from YAML-on-disk if a cache miss occurs.
2016-09-29 16:37:15 +07:00
James Roper
aa6050b3e0 Added background-size configuration option 2016-09-29 12:11:01 +10:00
David Russell
85b3840ebb Handle custom css overrides as external stylesheets on slideshow. 2016-09-28 19:59:46 +07:00
David Russell
26bb71aef2 Standardized title tags on views. 2016-09-20 16:11:36 +07:00
David Russell
f4adfbed3e Added support for GitLab and Bitbucket slideshow presentations.
The GitPitch server has been updated with support for GitPitch slideshow presentations powered by PITCHME.md within GitHub, GitLab and Bitbucket public repos.

The git.repo.services property in application.conf can be used to register and configure custom GRS (Git Repo Services) for any GitPitch server deployment.
2016-09-07 14:11:29 +08:00
David Russell
29194be40c Resolved #5 token rendering in view template. 2016-08-29 10:07:17 +07:00
David Russell
7c4efa5ab0 Released GitPitch under open source MIT license. 2016-08-27 09:49:46 +07:00