https://github.com/bccp/workshops
Websites of BCCP workshops
https://github.com/bccp/workshops
Last synced: 4 months ago
JSON representation
Websites of BCCP workshops
- Host: GitHub
- URL: https://github.com/bccp/workshops
- Owner: bccp
- Created: 2017-01-25T21:44:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T15:56:29.000Z (over 2 years ago)
- Last Synced: 2023-11-29T18:33:06.355Z (over 2 years ago)
- Language: HTML
- Size: 24.1 MB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workshops
Websites of BCCP workshops
How to add a new workshop?
This repo works together with the website repo.
1. Create a branch, preferably cloning the most recent one.
2. Add the description to main bccp repository in subsites.txt
3. Find the most recent Google Drive folder, copy the form and tables, get new URL
4. Update the content of the branch, with links of the new form
5. add the link to the branch on bccp.berkeley.edu/{branchname} to the workshops
page website
For editing, you want to start by cloning a branch directly.
Use (ssh)
git clone -b [workshop-branch] git@github.com:bccp/workshops
or (https)
git clone -b [workshop-branch] https://github.com/bccp/workshops