revised language about API authentication

This commit is contained in:
Brandon Rosage 2019-03-25 11:50:03 -05:00
parent df4dec6bcc
commit 06a97dca32

View file

@ -59,9 +59,7 @@ Configuration file: /octocat/personal-website/_config.yml
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.
You can set a GitHub API Token by setting the `JEKYLL_GITHUB_TOKEN` to your personal access token.
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)