Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruzickap/k8s-harbor-presentation
Presentation about Harbor project
https://github.com/ruzickap/k8s-harbor-presentation
demo harbor presentation
Last synced: 3 months ago
JSON representation
Presentation about Harbor project
- Host: GitHub
- URL: https://github.com/ruzickap/k8s-harbor-presentation
- Owner: ruzickap
- License: apache-2.0
- Created: 2019-06-10T21:11:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T04:09:41.000Z (5 months ago)
- Last Synced: 2024-06-30T21:42:56.926Z (5 months ago)
- Topics: demo, harbor, presentation
- Language: HTML
- Homepage: https://ruzickap.github.io/k8s-harbor-presentation/
- Size: 9.04 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
```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
```