Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/centrefordigitalhumanities/hello-kubernetes-world
- Owner: CentreForDigitalHumanities
- Created: 2024-10-14T13:05:12.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-17T20:45:31.000Z (29 days ago)
- Last Synced: 2024-10-20T10:30:47.048Z (27 days ago)
- Language: JavaScript
- Homepage: https://centrefordigitalhumanities.github.io/hello-kubernetes-world/
- Size: 2.28 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/