Skip to content

Commit

Permalink
Fix site links with local development
Browse files Browse the repository at this point in the history
  • Loading branch information
jehartzog committed Jan 23, 2017
1 parent a577d31 commit 7beddcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
2. Fork the project [Indigo](https://github.com/sergiokopplin/indigo/fork)
3. Edit `_config.yml` with your data.
4. `bundle install`
5. `bundle exec jekyll serve`
5. `bundle exec jekyll serve --config _config.yml,_config-dev.yml`
6. open in your browser: `http://localhost:4000`

## Settings
Expand Down
3 changes: 3 additions & 0 deletions _config-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# For local testing, run:
# bundle exec jekyll serve --config _config.yml,_config-dev.yml
url: http://localhost:4000

0 comments on commit 7beddcb

Please sign in to comment.