Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 00444a4

Browse files
committed
match theme instructions on ghe and dotcom
1 parent 206b6a6 commit 00444a4

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

responses/00_class-introduction-issue.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,8 @@ For this course, you'll need to know how to create a branch on GitHub, commit ch
1818

1919
The first step to publishing your blog to the web is to enable GitHub Pages on this repository <sup>[:book:](https://help.github.com/articles/github-glossary/#repository)</sup>. When you enable GitHub Pages on a repository, GitHub takes the content that's on the master branch and publishes a website based on its contents.
2020

21-
{% if GHE_HOST %}
22-
23-
1. Under your repository name, click [**Settings**]({{ repoUrl }}/settings).
24-
1. In the "GitHub Pages" section, click **Launch automatic page generator**.
25-
1. Edit the **Project name** and **Body** to be what you'd like your main page to display.
26-
1. Click **Continue to layouts**.
27-
1. Select a layout.
28-
1. Click **Publish page**.
29-
30-
{% else %}
31-
3221
1. Under your repository name, click [**Settings**]({{ repoUrl }}/settings).
33-
1. In the "GitHub Pages" section, click **Choose a theme**.
34-
2. Select a theme.
35-
3. Click **Select theme**.
36-
37-
{% endif %}
22+
1. In the "GitHub Pages" section, in the Source drop-down, select **master branch**.
3823

3924
After GitHub Pages is enabled and the site is started, we'll be ready to create some more content.
4025

0 commit comments

Comments
 (0)