Skip to content

ruzickap/k8s-harbor-presentation

Repository files navigation

Presentation about Harbor project


Notes

Few commands how to initialize this git repository.

Initial setup

Create GitHub repository by selecting proper .gitignore and license.

git clone git@github.com:ruzickap/k8s-harbor-presentation.git
cd k8s-harbor-presentation || exit
git submodule add https://github.com/hakimel/reveal.js.git revealjs
cp revealjs/demo.html index.html
cp revealjs/{package*,gruntfile.js} .

Development

npm install
npm start

Print

If you want to generate PDF from the slides, you can use this command:

docker run --rm -t -v "${PWD}:/slides" astefanutti/decktape --size 1754x1240 https://ruzickap.github.io/k8s-harbor-presentation slides-1754x1240.pdf