Merge pull request #87 from MatejMecka/patch-1
Update Readme explaining #48
This commit is contained in:
commit
c443419a81
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -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 "No GitHub API authentication could be found" message. [API authentication is only necessary](https://github.com/jekyll/github-metadata/blob/master/docs/authentication.md) if you intend to display more detailed metadata, like a branch name.
|
||||
|
||||
6. Now browse to [http://localhost:4000](http://localhost:4000)
|
||||
|
||||
### Publish
|
||||
|
|
Loading…
Reference in a new issue