forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added local development instructions
- Loading branch information
1 parent
c2d379c
commit 210d977
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,15 @@ It covers: | |
- Theming in Jekyll, with Liquid templating examples | ||
- A quick look at Jekyll 2.0’s new features, including Sass/Coffeescript support and Collections | ||
|
||
## Local Development | ||
|
||
1. Clone down your fork `git clone [email protected]:yourusername/yourusername.github.io.git` | ||
2. Install Jekyll `gem install jekyll` | ||
3. Install plug-ins that we use `gem install jemoji jekyll-sitemap` | ||
4. Serve the site and watch for markup/sass changes `jekyll serve --watch` | ||
5. View your website at http://0.0.0.0:4000 | ||
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. | ||
|
||
## Jekyll Now Features | ||
|
||
✓ Command-line free _fork-first workflow_, using GitHub.com to create, customize and post to your blog | ||
|