Skip to content

Commit d3ec93f

Browse files
authored
Merge pull request #611 from brymz/first-push
Revise course-customization and README to clarify site rendering
2 parents 5c0ae02 + 9d2a4b4 commit d3ec93f

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,14 @@ elsewhere it can certainly be added here.
6969
The website is setup to be easy to run automatically through GitHub:
7070

7171
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`.
7574
2. Update `# Setup` information in `_config.yml` in the main directory for
7675
proper site rendering.
7776
* You must `push` this change to your repository to build and browse your
7877
forked version.
78+
* In a few minutes you should be able to see the site at:
79+
`https://yourusername.github.io/semester-biology/`
7980
3. Edit any of the markdown (.md) files
8081
4. Commit and push the changes
8182
* The changes should now be reflected on the website

docs/course/course-customization.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@ title: Customizing the Course for Your Needs
77
The website is setup to be easy to run automatically through [GitHub](http://github.com):
88

99
- [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+
1615
- Update `# Setup` information in `_config.yml` in the main directory for proper
1716
site rendering.
1817
- 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/).
2023
- If you choose to keep the "Data Carpentry" name in your `title:`, please
2124
[contact us via email ({{ site.email }})](mailto:{{ site.email }})
2225
to confirm permission.

0 commit comments

Comments
 (0)