Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Presentation about Harbor project
https://github.com/ruzickap/k8s-harbor-presentation

demo harbor presentation

Last synced: about 1 month ago
JSON representation

Presentation about Harbor project

Awesome Lists containing this project

README

        

# Presentation about Harbor project

* Presentation git repository: [https://github.com/ruzickap/k8s-harbor-presentation](https://github.com/ruzickap/k8s-harbor-presentation)
* Presentation URL: [https://ruzickap.github.io/k8s-harbor-presentation](https://ruzickap.github.io/k8s-harbor-presentation)
* Demo Git repository: [https://github.com/ruzickap/k8s-harbor](https://github.com/ruzickap/k8s-harbor)
* Demo web pages: [https://ruzickap.github.io/k8s-harbor/](https://ruzickap.github.io/k8s-harbor/)

---

## Notes

Few commands how to initialize this git repository.

### Initial setup

Create GitHub repository by selecting proper `.gitignore` and license.

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

```bash
npm install
npm start
```

## Print

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

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