Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

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 [email protected]: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