Skip to content

Commit 1faf98e

Browse files
committed
Readme updates
1 parent 2c07e25 commit 1faf98e

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ Create your Jekyll blog in minutes, without needing to set up local development.
88
- Syntax highlighting
99
- Disqus and Google Analytics integration
1010

11-
### 5 Minute Blog Setup on GitHub Pages
11+
## 5 Minute Blog Setup on GitHub Pages
1212

13-
##### 1) Fork Jekyll Boilerplate
13+
#### 1) Fork Jekyll Boilerplate
1414

1515
Click the fork button at the top right of the repository.
1616

17-
##### 2) Rename it to be your GitHub user site
17+
#### 2) Rename it to be your GitHub user site
1818

1919
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!
2020

2121
Hosting your Jekyll blog on your GitHub user account takes care of a LOT of the hard work for us. You'll see shortly.
2222

23-
##### 3) Your blog is live!
23+
#### 3) Your blog is live!
2424

2525
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.
2626

27-
##### 4) Customize your blog
27+
#### 4) Customize your blog
2828

2929
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:
3030

@@ -35,37 +35,37 @@ You can quickly update a lot by simply editing the configuration file. Go to the
3535
- Disqus comments code
3636
- Google Analytics code
3737

38-
##### 5) Publish your first post
38+
#### 5) Publish your first post
3939

4040
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.
4141

4242
Ok, so writing your blog post might take more than 5 minutes, but once you've got it written you're set!
4343

44-
### Set up your own domain name
44+
## Set up your own domain name
4545

4646
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.
4747

48-
### Publishing New Content
48+
## Publishing New Content
4949

5050
Alternative flow for publishing content, without needing Local Development Environment
5151

52-
### Customizing The Theme
52+
## Customizing The Theme
5353

54-
##### Hacking without a local development environment
54+
#### Hacking without a local development environment
5555

5656
If you're just looking to make a couple of quick theme changes, then this might do the trick for you.
5757

58-
##### Local Development
58+
#### Local Development
5959

60-
##### 1) Install Dependancies
60+
#### 1) Install Dependancies
6161

6262

6363

64-
### Get notified when I release updates or a new theme
64+
## Get notified when I release updates or a new theme
6565

6666
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).
6767

68-
### Alternative Jekyll starting points
68+
## Alternative Jekyll starting points
6969

7070
This wasn't what you were looking for? Here are some other Jekyll starting points that might hit the spot:
7171

0 commit comments

Comments
 (0)