/presentations

Infrastructure as Code with Terraform

Primary LanguageShell

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