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
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,23 +8,23 @@ Create your Jekyll blog in minutes, without needing to set up local development.
8
8
- Syntax highlighting
9
9
- Disqus and Google Analytics integration
10
10
11
-
###5 Minute Blog Setup on GitHub Pages
11
+
## 5 Minute Blog Setup on GitHub Pages
12
12
13
-
#####1) Fork Jekyll Boilerplate
13
+
#### 1) Fork Jekyll Boilerplate
14
14
15
15
Click the fork button at the top right of the repository.
16
16
17
-
#####2) Rename it to be your GitHub user site
17
+
#### 2) Rename it to be your GitHub user site
18
18
19
19
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!
20
20
21
21
Hosting your Jekyll blog on your GitHub user account takes care of a LOT of the hard work for us. You'll see shortly.
22
22
23
-
#####3) Your blog is live!
23
+
#### 3) Your blog is live!
24
24
25
25
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.
26
26
27
-
#####4) Customize your blog
27
+
#### 4) Customize your blog
28
28
29
29
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:
30
30
@@ -35,37 +35,37 @@ You can quickly update a lot by simply editing the configuration file. Go to the
35
35
- Disqus comments code
36
36
- Google Analytics code
37
37
38
-
#####5) Publish your first post
38
+
#### 5) Publish your first post
39
39
40
40
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.
41
41
42
42
Ok, so writing your blog post might take more than 5 minutes, but once you've got it written you're set!
43
43
44
-
###Set up your own domain name
44
+
## Set up your own domain name
45
45
46
46
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.
47
47
48
-
###Publishing New Content
48
+
## Publishing New Content
49
49
50
50
Alternative flow for publishing content, without needing Local Development Environment
51
51
52
-
###Customizing The Theme
52
+
## Customizing The Theme
53
53
54
-
#####Hacking without a local development environment
54
+
#### Hacking without a local development environment
55
55
56
56
If you're just looking to make a couple of quick theme changes, then this might do the trick for you.
57
57
58
-
#####Local Development
58
+
#### Local Development
59
59
60
-
#####1) Install Dependancies
60
+
#### 1) Install Dependancies
61
61
62
62
63
63
64
-
###Get notified when I release updates or a new theme
64
+
## Get notified when I release updates or a new theme
65
65
66
66
I'm working on a portfolio site theme right now, and more to come after that. If you'd like me to let you know when I release a new theme, just [drop me your email for updates](http://getresponse.com).
67
67
68
-
###Alternative Jekyll starting points
68
+
## Alternative Jekyll starting points
69
69
70
70
This wasn't what you were looking for? Here are some other Jekyll starting points that might hit the spot:
0 commit comments