Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/butlerx/hexo-reveal

tag for embedding reveal slides in posts
https://github.com/butlerx/hexo-reveal

hexo hexo-tag revealjs

Last synced: 3 months ago
JSON representation

tag for embedding reveal slides in posts

Awesome Lists containing this project

README

        

# hexo-reveal
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/butlerx/hexo-reveal/blob/master/LICENSE.md)
[![npm](https://img.shields.io/npm/v/npm.svg?style=flat-square)](https://www.npmjs.com/package/hexo-reveal)

Hexo tag for embeded reveal

## Install

```
$ npm install --save hexo-reveal
```
or
```
$ yarn add hexo-reveal
```

## Usage

```
{% reveal url [width] [height] %}
```

### Example
```
{% reveal https://redbrick.github.io/admin-training/docker/ 800 600 %}
```