Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.2 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.2 KB

Presentations Build Status

This repository contains my presentations and a travis-ci workflow to create github pages for them.

Presentation writing setup

Want a fast feedback cycle? Run reveal-md using docker.

cd presentations/
docker run -it --rm -p 8000:1948 -v $(pwd):/usr/src/app/ containersol/reveal-md:latest

I want this TOO!!!

Credits: MansM