Project

gibier

0.01
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.11
~> 10.0
~> 3.0

Runtime

 Project Readme

Gibier

A slide tool inspired Rabbit

This is a simple slideshow app using 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 install

Run

$ 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.