Skip to content

Commit 780599f

Browse files
authored
Update README.md
1 parent de77158 commit 780599f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,15 @@ create a workshop website.
5555
e.g., `2016-12-01-oomza`,
5656
where `YYYY-MM-DD` is the start date of the workshop and 'oomza' is an example site name.
5757
If your workshop is held online, then the respository name should have `-online` in the end.
58-
e.g., `2016-12-01-oomza-online`. Your website build will fail if the name of your
59-
repository does not match the valid slug format!
58+
e.g., `2016-12-01-oomza-online`. Make sure your slug does not end with a `-` or `_`
59+
character. Your website build will fail if the name of your repository does not match the
60+
valid slug format!
6061

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

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

0 commit comments

Comments
 (0)