docs: add comment about social handles

This commit is contained in:
Jake Wiesler 2020-06-05 11:30:54 -04:00
parent 3cbeca7e93
commit dd583001f5
1 changed files with 8 additions and 2 deletions

View File

@ -8,6 +8,12 @@ languageCode = "en-us"
theme = "hugo-theme-codex"
themesDir = "../../"
[params]
twitter = "hugo-theme-codex"
github = "jakewies/hugo-theme-codex"
# This will show the twitter icon which will link to twitter.com/your-twitter-handle
# You can omit the @ symbol
twitter = "your-twitter-handle"
# This will show the github icon which will link to github.com/your-github-handle
# You can omit the @ symbol
github = "your-github-handle"