-
Notifications
You must be signed in to change notification settings - Fork 0
Home
reveal-init
is a small yet helpful command line program written in Bash that
helps you start a new Reveal.js presentation project. Just run reveal-init
and
start working on your slides right away!
In case you don't know what Reveal.js is: It is an awesome HTML framework for building presentations with web technologies. Check it out here.
The README file included in the repository along with the information you get
when you invoke the program with the --help
option is pretty enough for you to
start using reveal-init
on your own. If things aren't clear or if you want to
achieve more with reveal-init
, that's what the reveal-init
's wiki is for.
This is the Home page of the wiki. It indexes other pages in this wiki. See the
menu below. Please note that the wiki pages get updated as new versions of
reveal-init
get released, thus the information contained within the wiki is
true for the latest version (either the latest pre-release or the latest stable
release), but may be false for older versions of reveal-init
. It is highly
recommended to update to the latest stable version of reveal-init
whenever a
new one is released.
- If you are looking for something beginner-friendly and step-by-step, see Getting Started and then Advanced usage. These tutorials assume little background in computers, especially using command line programs.
- If you are looking for a complete, in-depth yet not-too-technical guide, see the Manual.
- The Quickstart, intended for people who've used various command line programs, is coming soon.