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

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

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