Updated readme installation steps to use GitHub Pages 💎
This commit is contained in:
parent
9826c6c3db
commit
67d2f75a4f
|
@ -49,11 +49,10 @@ Edit `/_posts/2014-3-3-Hello-World.md` to publish your first blog post. This [Ma
|
||||||
## Local Development
|
## Local Development
|
||||||
|
|
||||||
1. Clone down your fork `git clone git@github.com:yourusername/yourusername.github.io.git`
|
1. Clone down your fork `git clone git@github.com:yourusername/yourusername.github.io.git`
|
||||||
2. Install Jekyll `gem install jekyll`
|
2. Install Jekyll and the same plug-ins as GitHub Pages `gem install github-pages`
|
||||||
3. Install plug-ins that we use `gem install jemoji jekyll-sitemap`
|
3. Serve the site and watch for markup/sass changes `jekyll serve`
|
||||||
4. Serve the site and watch for markup/sass changes `jekyll serve --watch`
|
4. View your website at http://0.0.0.0:4000
|
||||||
5. View your website at http://0.0.0.0:4000
|
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.
|
||||||
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.
|
|
||||||
|
|
||||||
## Moar!
|
## Moar!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue