Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/centrefordigitalhumanities/hello-kubernetes-world

Online presentation and material
https://github.com/centrefordigitalhumanities/hello-kubernetes-world

Last synced: 10 days ago
JSON representation

Online presentation and material

Awesome Lists containing this project

README

        

# hello-kubernetes-world
Presentation and relevant material.
Visit on https://centrefordigitalhumanities.github.io/hello-kubernetes-world/

## How to get a presentation website up and running
Basic HTML and GIT knowledge is required.
- Create a new repository on GitHub
- Clone it locally
- Download the latest `reveal.js` version https://github.com/hakimel/reveal.js/archive/master.zip
- Unzip and move the contents in the new repository folder
- Open `index.html` in a browser to view it, edit as you will
- Create a git commit and push it to the remote repository
- Activate GitHub Pages for the repository and build from the `main` branch

### References
- https://revealjs.com/installation/#basic-setup
- https://stackoverflow.com/questions/31163633/how-to-host-a-reveal-js-presentation/