/talk-docker-for-wordpress-developers

A talk about Docker for WordPress developers.

Primary LanguageMakefileApache License 2.0Apache-2.0

talk-template

A talk template that uses Marp CLI

Install

1 Clone the repo

$ git clone git@github.com:pfwd/talk-template.git

2 Run install using Makefile

$ make install

Update src/slides.md with content.
Add images to src/assets/images/.

Build slide deck

Build HTML from slides

$ make build_html

Watch HTML from slides

$ make watch_html

Build PDF from slides

$ make build_pdf

Build PPT from slides

$ make build_pp