Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
froggleston authored Aug 12, 2024
1 parent de77158 commit 780599f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,15 @@ create a workshop website.
e.g., `2016-12-01-oomza`,
where `YYYY-MM-DD` is the start date of the workshop and 'oomza' is an example site name.
If your workshop is held online, then the respository name should have `-online` in the end.
e.g., `2016-12-01-oomza-online`. Your website build will fail if the name of your
repository does not match the valid slug format!
e.g., `2016-12-01-oomza-online`. Make sure your slug does not end with a `-` or `_`
character. Your website build will fail if the name of your repository does not match the
valid slug format!

5. Make sure the repository is public, leave "Include all branches" unchecked, and click
6. Make sure the repository is public, leave "Include all branches" unchecked, and click
on "Create repository from template".
You will be redirected to your new copy of the workshop template respository.

6. Your new website will be rendered at `https://your_username.github.io/YYYY-MM-DD-site`.
7. Your new website will be rendered at `https://your_username.github.io/YYYY-MM-DD-site`.
For example, if your username is `gvwilson`, the website's URL will be
`https://gvwilson.github.io/2016-12-01-oomza`.

Expand Down

0 comments on commit 780599f

Please sign in to comment.