File tree 2 files changed +14
-10
lines changed
2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,14 @@ elsewhere it can certainly be added here.
69
69
The website is setup to be easy to run automatically through GitHub:
70
70
71
71
1 . [ Fork] ( https://github.com/datacarpentry/semester-biology#fork-destination-box )
72
- or [ import] ( https://import.github.com/ ) the repository
73
- * In a few minutes you should be able to see the site at:
74
- ` https://yourusername.github.io/semester-biology/ `
72
+ or [ import] ( https://import.github.com/ ) the repository to
73
+ ` https://github.com/yourusername/semester-biology ` .
75
74
2 . Update ` # Setup ` information in ` _config.yml ` in the main directory for
76
75
proper site rendering.
77
76
* You must ` push ` this change to your repository to build and browse your
78
77
forked version.
78
+ * In a few minutes you should be able to see the site at:
79
+ ` https://yourusername.github.io/semester-biology/ `
79
80
3 . Edit any of the markdown (.md) files
80
81
4 . Commit and push the changes
81
82
* The changes should now be reflected on the website
Original file line number Diff line number Diff line change @@ -7,16 +7,19 @@ title: Customizing the Course for Your Needs
7
7
The website is setup to be easy to run automatically through [ GitHub] ( http://github.com ) :
8
8
9
9
- [ Fork] ({{ site.baseurl }}/docs/course/forking-the-course)
10
- or [ import] ( https://import.github.com/ ) the repository
11
- - In a few minutes you should be able to see a copy of the site at:
12
- ` https://yourusername.github.io/semester-biology/ `
13
- - If you want to use a custom domain name instead of ` github.io ` , follow
14
- [ GitHub's instructions for setting up a custom domain] ( https://help.github.com/articles/using-a-custom-domain-with-github-pages/ ) .
15
-
10
+ or [ import] ( https://import.github.com/ ) the repository to
11
+ ` https://github.com/yourusername/semester-biology ` .
12
+ - You may change the ` Repository name ` (` semester-biology ` ) from the
13
+ ` Settings ` tab.
14
+
16
15
- Update ` # Setup ` information in ` _config.yml ` in the main directory for proper
17
16
site rendering.
18
17
- You must ` push ` this change to your repository to build and browse your
19
- forked version.
18
+ forked version.
19
+ - In a few minutes you should be able to see a copy of the site at:
20
+ ` https://yourusername.github.io/semester-biology/ `
21
+ - If you want to use a custom domain name instead of ` github.io ` , follow
22
+ [ GitHub's instructions for setting up a custom domain] ( https://help.github.com/articles/using-a-custom-domain-with-github-pages/ ) .
20
23
- If you choose to keep the "Data Carpentry" name in your ` title: ` , please
21
24
[ contact us via email ({{ site.email }})] (mailto:{{ site.email }})
22
25
to confirm permission.
You can’t perform that action at this time.
0 commit comments