Note: This repository evolved into cloudogu/reveal.js-docker and is no longer maintained here.
Docs as code example that renders docs written in markdown to
- Plain PDF (using sindresorhus/gulp-markdown-pdf) -
yarn pdf
, - ODT (using pandoc via cloudogu/pandoc docker image)
yarn odt
, - Cloudogu corporate design (using cloudogu/doc_template that bases on cloudogu/pandoc) -
yarn cloudogu-pdf
.
Don't forget to call yarn install
once, before building documents.
When using this with a Cloudogu Ecosystem, you can edit slides conveniently from Smeagol.
Combined with the Jenkins Job (see Jenkinsfile
), every save in Smeagol triggers the Continuous Delivery
pipeline, which creates PDF and ODT and appends them to the Jenkins Job.