File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,15 @@ It covers:
60
60
- Theming in Jekyll, with Liquid templating examples
61
61
- A quick look at Jekyll 2.0’s new features, including Sass/Coffeescript support and Collections
62
62
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
+
63
72
## Jekyll Now Features
64
73
65
74
✓ Command-line free _ fork-first workflow_ , using GitHub.com to create, customize and post to your blog
You can’t perform that action at this time.
0 commit comments