| theme | separator | verticalSeparator | transition |
|---|---|---|---|
moon |
=== |
==== |
zoom |
Convert any Gist Markdown file in to a slide show powered by Reveal.js
| FROM mhart/alpine-node:8 | |
| #RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/' /etc/apk/repositories | |
| # Add bash support | |
| RUN apk add --update bash && rm -rf /var/cache/apk/* | |
| RUN apk add --no-cache \ | |
| xvfb \ | |
| # Additionnal dependencies for better rendering |
| const crypto = require('crypto'); | |
| const fs = require('fs') | |
| const fileBuffer = fs.readFileSync(filePath); | |
| const fsHash = crypto.createHash('sha256'); | |
| fsHash.update(fileBuffer); | |
| const hash = fsHash.digest('hex'); | |
| console.log(hash); |
| theme | separator | verticalSeparator | transition |
|---|---|---|---|
moon |
=== |
==== |
zoom |
Convert any Gist Markdown file in to a slide show powered by Reveal.js
Convert any Gist Markdown file in to a slide show powered by Reveal.js
https://AlloVince.github.com/gimare/?YOUR_GIST_ID