Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/butlerx/hexo-reveal
- Owner: butlerx
- License: mit
- Created: 2017-02-21T14:06:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T09:12:25.000Z (8 months ago)
- Last Synced: 2024-05-02T06:19:10.987Z (8 months ago)
- Topics: hexo, hexo-tag, revealjs
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 %}
```