From 1411bcce3a4233b770497bfde5041637fb79400f Mon Sep 17 00:00:00 2001 From: Brian Lefler Date: Wed, 5 Apr 2017 14:36:20 -0400 Subject: [PATCH] Add github repository to config.yml. 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. --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 5357a2ad..c214ad52 100644 --- a/_config.yml +++ b/_config.yml @@ -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