File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,15 @@ create a workshop website.
55
55
e.g., ` 2016-12-01-oomza ` ,
56
56
where ` YYYY-MM-DD ` is the start date of the workshop and 'oomza' is an example site name.
57
57
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!
60
61
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
62
63
on "Create repository from template".
63
64
You will be redirected to your new copy of the workshop template respository.
64
65
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 ` .
66
67
For example, if your username is ` gvwilson ` , the website's URL will be
67
68
` https://gvwilson.github.io/2016-12-01-oomza ` .
68
69
You can’t perform that action at this time.
0 commit comments