Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youchan/gibier
A slide tool inspired by rabbit
https://github.com/youchan/gibier
markdown slideshow
Last synced: about 2 months ago
JSON representation
A slide tool inspired by rabbit
- Host: GitHub
- URL: https://github.com/youchan/gibier
- Owner: youchan
- License: mit
- Created: 2017-07-12T02:14:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T13:36:59.000Z (over 5 years ago)
- Last Synced: 2024-12-22T22:15:55.543Z (about 2 months ago)
- Topics: markdown, slideshow
- Language: Ruby
- Homepage: https://youchan.github.io/gibier/sample/
- Size: 3.07 MB
- Stars: 28
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Gibier
A slide tool inspired [Rabbit](https://rabbit-shocker.org/en/usage/rabbit-slide.html)
This is a simple slideshow app using [Hyalite](https://github.com/youchan/hyalite).
Its purpose are one of examples for Hyalite and also intend to be used as pratical presentation tool.## Installation
$ gem install gibier
## Setup slideshow
Create new slide app project.
$ gibier new slide-app
Bundle install.
$ cd slide-app
$ bundle installRun
$ bundle exec rackup
Open http://localhost:8080/sample then you can see the sample slide.
## Publishing to GH pages
$ gibier ghpages
then, `docs` directory will be created.
Push and make gh-pages enabled.
## Editing
* `data/sample/slide.md` : Markdown file describe the presentation.
* `data/sample/css/custom.css` : Custom CSS file.Rename directory name `sample` to suit your convenience.