Skip to content

Commit ff31cd9

Browse files
committed
Quick readme re-order
1 parent 210d977 commit ff31cd9

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ Edit `/_posts/2014-3-3-Hello-World.md` to publish your first blog post. This [Ma
4747

4848
> You can add additional posts in the browser on GitHub.com too! Just hit the + icon in `/_posts/` to create new content. Just make sure to include the [front-matter](http://jekyllrb.com/docs/frontmatter/) block at the top of each new blog post and make sure the post's filename is in this format: year-month-day-title.md
4949
50+
## Local Development
51+
52+
1. Clone down your fork `git clone git@github.com:yourusername/yourusername.github.io.git`
53+
2. Install Jekyll `gem install jekyll`
54+
3. Install plug-ins that we use `gem install jemoji jekyll-sitemap`
55+
4. Serve the site and watch for markup/sass changes `jekyll serve --watch`
56+
5. View your website at http://0.0.0.0:4000
57+
6. Commit any changes and push everything to the master branch of your GitHub user repository. GitHub Pages will then rebuild and serve your website.
5058

5159
## Moar!
5260

@@ -60,15 +68,6 @@ It covers:
6068
- Theming in Jekyll, with Liquid templating examples
6169
- A quick look at Jekyll 2.0’s new features, including Sass/Coffeescript support and Collections
6270

63-
## Local Development
64-
65-
1. Clone down your fork `git clone git@github.com:yourusername/yourusername.github.io.git`
66-
2. Install Jekyll `gem install jekyll`
67-
3. Install plug-ins that we use `gem install jemoji jekyll-sitemap`
68-
4. Serve the site and watch for markup/sass changes `jekyll serve --watch`
69-
5. View your website at http://0.0.0.0:4000
70-
6. Commit any changes and push everything to the master branch of your GitHub user repository. GitHub Pages will then rebuild and serve your website.
71-
7271
## Jekyll Now Features
7372

7473
✓ Command-line free _fork-first workflow_, using GitHub.com to create, customize and post to your blog

0 commit comments

Comments
 (0)