Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Latest commit

 

History

History
44 lines (27 loc) · 1015 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 1015 Bytes

Reveal.yaml

PyPI

See the documentation.

This project is under MIT license.

This repo is moving into https://github.com/KmolYuan/reveal-yaml-rs, a Rust implementation.

Quickly create a Reveal.js writing environment!

rym init myproject
rym serve --port=5000

Then start writing the slides in YAML + Markdown.

Editor

Heroku version.

Start it with CLI:

rym editor --port=5000

JSON Schema

Deployment

Build to a static HTML format: (index.html and static folder)

rym pack

A Github workflow .github/workflows/deploy.yml generated by rym init can also be used on your repository.