From ae84fb26857fecb754dc32006d013ae3d8ea9a81 Mon Sep 17 00:00:00 2001 From: Briana Swift Date: Fri, 7 Feb 2020 10:47:18 +0100 Subject: [PATCH] update config to include commented warning about @ character --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 6a49169..4cf7350 100644 --- a/_config.yml +++ b/_config.yml @@ -7,7 +7,7 @@ description: > # this means to ignore newlines until "baseurl:" Google search results) and in your feed.xml site description. # social links -twitter_username: your-twitter-handle -github_username: your-github-handle +twitter_username: your-twitter-handle # DO NOT include the @ character, or else the build will fail! +github_username: your-github-handle # DO NOT include the @ character, or else the build will fail! show_excerpts: true # set to false to remove excerpts on the homepage