blog.trnck.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #87 from MatejMecka/patch-1

Update Readme explaining #48

authored by

Brandon Rosage and committed by
GitHub
c443419a 6f6dd42c

+18
+18
README.md
··· 43 43 ``` 44 44 bundle exec jekyll serve 45 45 ``` 46 + 47 + You should see something like: 48 + 49 + ``` 50 + Configuration file: /octocat/personal-website/_config.yml 51 + Source: /octocat/personal-website 52 + Destination: /octocat/_site 53 + Incremental build: disabled. Enable with --incremental 54 + Generating... 55 + GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data. 56 + done in 14.729 seconds. 57 + Auto-regeneration: enabled for '/octocat/personal-website' 58 + Server address: http://127.0.0.1:4000 59 + Server running... press ctrl-c to stop. 60 + ``` 61 + 62 + 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. 63 + 46 64 6. Now browse to [http://localhost:4000](http://localhost:4000) 47 65 48 66 ### Publish