Merge pull request #44 from gabbanaesteban/patch-1

Add missing command to steps to serve the website
This commit is contained in:
Brandon Rosage 2019-03-04 08:47:19 -06:00 committed by GitHub
commit 333f719aef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,11 +35,15 @@ gem install jekyll bundler
```
cd personal-website
```
4. Build the site and make it available on a local server
4. Install missing gems
```
bundle install
```
5. Build the site and make it available on a local server
```
bundle exec jekyll serve
```
5. Now browse to [http://localhost:4000](http://localhost:4000)
6. Now browse to [http://localhost:4000](http://localhost:4000)
### Publish