https://github.com/yhirano55/gitpitch-azusa
:tropical_drink::sparkles:The Presentation Template which inspired by Azusa
https://github.com/yhirano55/gitpitch-azusa
gitpitch markdown presentation slideshows
Last synced: about 2 months ago
JSON representation
:tropical_drink::sparkles:The Presentation Template which inspired by Azusa
- Host: GitHub
- URL: https://github.com/yhirano55/gitpitch-azusa
- Owner: yhirano55
- Created: 2017-07-28T14:06:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T02:51:13.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T03:06:50.434Z (about 2 months ago)
- Topics: gitpitch, markdown, presentation, slideshows
- Language: CSS
- Homepage: https://gitpitch.com/yhirano55/gitpitch-azusa/master?grs=github&t=white
- Size: 1.11 MB
- Stars: 0
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitpitch-azusa
[](https://gitpitch.com/yhirano55/gitpitch-azusa/master?grs=github&t=white)
:tropical_drink:The Presentation Template which inspired by [Azusa](http://sanographix.github.io/azusa-keynote/) for [GitPitch](https://gitpitch.com/).
The following [sample presentation](https://gitpitch.com/yhirano55/gitpitch-azusa/master?grs=github&t=white) is provided so you can see this feature in action.
## Usage
1. Fork it
2. Access `https://gitpitch.com/#{username}/gitpitch-azusa/#{branch}`## Change background-color
Background-colors are all image files. Default color is navy. You can select background-color like this:
---?image=bg/blue.png
# ^ Please use custom delimiter.
## Offline
1. Click `offline` in footer of GitPitch presentation.
2. Download `PITCHME.zip`
3. Uncompress `PITCHME.zip`
4. Run HTTP Server:```
$ ruby -rwebrick -e'WEBrick::HTTPServer.new(:Port => 3000, :DocumentRoot => Dir.pwd).start'
```## References
- [gitpitch/gitpitch](https://github.com/gitpitch/gitpitch)
- [HOW-TO WIKI](https://github.com/gitpitch/gitpitch/wiki)## Special Thanks
- [Azusa - 大体いい感じになるKeynoteテンプレート](http://sanographix.github.io/azusa-keynote/)
- [更に大体いい感じになるkeynoteテンプレート「Azusa Colors」作った - MEMOGRAPHIX](http://memo.sanographix.net/post/113681262780)
- [Azusa Colors Keynote Theme by sanographix](http://sanographix.github.io/azusa-colors/)
- [sanographix/azusa-keynote: 大体いい感じになるKeynoteテンプレート](https://github.com/sanographix/azusa-keynote)## License
The template is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).