ruzickap / k8s-harbor-presentation

Presentation about Harbor project

Home Page:https://ruzickap.github.io/k8s-harbor-presentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
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

About

Presentation about Harbor project

https://ruzickap.github.io/k8s-harbor-presentation/

License:Apache License 2.0


Languages

Language:HTML 93.0%Language:CSS 7.0%