update config to include commented warning about @ character
This commit is contained in:
parent
7cc2df4dea
commit
ae84fb2685
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue