Skip to content

shinydisk/Reveal.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reveal.js

This repo aims to offer you a homepage of your Reveal.js presentations. This will make it easier for you to quickly select and review your presentations.

Reveal.js is an open source HTML presentation framework. It enables anyone with a web browser to create beautiful presentations for free. Check out the live demo at revealjs.com.

The framework comes with a powerful feature set including nested slides, Markdown support, Auto-Animate, PDF export, speaker notes, LaTeX typesetting, syntax highlighted code and an extensive API.

Want to create reveal.js presentation in a graphical editor? Try https://slides.com. It's made by the same people behind reveal.js.

Table of Contents

Installation

Basic installation

  1. Download the latest release here.
  2. Extract the zip file.
unzip reveal.js.zip
  1. Enter in reveal.js directory.
cd reveal.js
  1. Open Python http server
python3 -m http.server

Now, you can open Reveal.js on your browser : http://localhost:8000

Full installation

# Download the source code
git clone https://github.com/shinydisk/Reveal.js.git

# Enter to the repository
cd reveal.js

# Open Python http server
python3 -m http.server

Now, you can open Reveal.js on your browser : http://localhost:8000 Index Home Gif

Configuration

Start new presentation

Coming soon ...

Custom Template

Coming soon ...


MIT licensed | Copyright © 2023-2024 Shinydisk, https://abkr.fr

About

Shinydisk's Reveal.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published