You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -16,15 +16,13 @@ Click the fork button at the top right of the repository.
16
16
17
17
After forking, click the Settings button on your new repository and change the repository name to username.github.io -- make sure that username is replaced with your GitHub username!
18
18
19
-
Hosting your Jekyll blog on your GitHub user account takes care of a LOT of the hard work for us. You'll see shortly.
20
-
21
19
#### 3) Your blog is live!
22
20
23
21
You can now go to http://username.github.io and you'll see your site live! This can take up to 10 minutes to update, but often it's there right away.
24
22
25
23
#### 4) Customize your blog
26
24
27
-
You can quickly update a lot by simply editing the configuration file. Go to the base directory and open up _config.yml. In there you'll be able to edit your:
25
+
You can input your details by simply editing the configuration file. Go to the base directory and open up _config.yml. In there you'll be able to input your:
28
26
29
27
- Blog name
30
28
- Description
@@ -37,8 +35,6 @@ You can quickly update a lot by simply editing the configuration file. Go to the
37
35
38
36
Go to the _posts folder and simply edit the one that's there to create your first blog post! Jekyll pulls the date of the post from the filename, so you can edit that to today's date.
39
37
40
-
Ok, so writing your blog post might take more than 5 minutes, but once you've got it written you're set!
41
-
42
38
#### Set up your own domain name
43
39
44
40
Follow the latest [GitHub Pages Custom Domain Guide](https://help.github.com/articles/setting-up-a-custom-domain-with-pages) to set up your custom domain name. I've created the CNAME file already, so that you can easily edit it within the repository.
0 commit comments