https://github.com/cloud-annotations/workshop-template
A template for a GitHub pages workshop stepper UI
https://github.com/cloud-annotations/workshop-template
Last synced: 3 months ago
JSON representation
A template for a GitHub pages workshop stepper UI
- Host: GitHub
- URL: https://github.com/cloud-annotations/workshop-template
- Owner: cloud-annotations
- License: mit
- Created: 2019-10-16T18:40:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T23:32:58.000Z (over 3 years ago)
- Last Synced: 2025-03-23T06:11:23.583Z (3 months ago)
- Language: CSS
- Homepage: https://cloud-annotations.github.io/workshop-template/
- Size: 66.4 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Workshop Template
Simply add markdown files to `_workshop` to generate a workshop with steps UI.
### [Demo](https://cloud-annotations.github.io/workshop-template/)
## GitHub Pages
If deploying to GitHub Pages, be sure to modify `baseurl` to match your GitHub repo name in `_config.yml`:
```
baseurl: "/your-repo-name"
```