Skip to content

Commit

Permalink
Add github repository to config.yml.
Browse files Browse the repository at this point in the history
This fixes an incompatibility between with the github-metadata plugin and
people who have configured multiple github accounts via ssh host aliases
(e.g. using github.com-personal and github.com-usds when cloning a remote).
Without an explicit repo name, the github-metadata plugin requires an origin
url be exactly "github.com" or the command "jekyll serve" will fail.
  • Loading branch information
lefler-usds committed Apr 5, 2017
1 parent 9a24246 commit 1411bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ url: "https://www.usds.gov" # the base hostname & protocol for your site
twitter_username: usds
github_username: usds
medium_url: https://medium.com/@USDigitalService
repository: usds/website

# Build settings
markdown: kramdown
Expand Down

0 comments on commit 1411bcc

Please sign in to comment.