File tree 1 file changed +4
-5
lines changed 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,10 @@ Edit `/_posts/2014-3-3-Hello-World.md` to publish your first blog post. This [Ma
49
49
## Local Development
50
50
51
51
1 . Clone down your fork ` git clone git@github.com:yourusername/yourusername.github.io.git `
52
- 2 . Install Jekyll ` gem install jekyll `
53
- 3 . Install plug-ins that we use ` gem install jemoji jekyll-sitemap `
54
- 4 . Serve the site and watch for markup/sass changes ` jekyll serve --watch `
55
- 5 . View your website at http://0.0.0.0:4000
56
- 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.
52
+ 2 . Install Jekyll and the same plug-ins as GitHub Pages ` gem install github-pages `
53
+ 3 . Serve the site and watch for markup/sass changes ` jekyll serve `
54
+ 4 . View your website at http://0.0.0.0:4000
55
+ 5 . Commit any changes and push everything to the master branch of your GitHub user repository. GitHub Pages will then rebuild and serve your website.
57
56
58
57
## Moar!
59
58
You can’t perform that action at this time.
0 commit comments