Skip to content

Commit

Permalink
Update Readme explaining #48
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejMecka authored Mar 9, 2019
1 parent 4646069 commit 4c588df
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,24 @@ bundle install
```
bundle exec jekyll serve
```

You should see something like:

```
Configuration file: /octocat/personal-website/_config.yml
Source: /octocat/personal-website
Destination: /octocat/_site
Incremental build: disabled. Enable with --incremental
Generating...
GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data.
done in 14.729 seconds.
Auto-regeneration: enabled for '/octocat/personal-website'
Server address: http://127.0.0.1:4000
Server running... press ctrl-c to stop.
```

Don't worry about the GitHub API errors. They are caused because it's run in a dev enviornment and not on GitHub Pages.

6. Now browse to [http://localhost:4000](http://localhost:4000)

### Publish
Expand Down

0 comments on commit 4c588df

Please sign in to comment.