Skip to content

Commit 210d977

Browse files
committed
Added local development instructions
1 parent c2d379c commit 210d977

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@ It covers:
6060
- Theming in Jekyll, with Liquid templating examples
6161
- A quick look at Jekyll 2.0’s new features, including Sass/Coffeescript support and Collections
6262

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+
6372
## Jekyll Now Features
6473

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

0 commit comments

Comments
 (0)