Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/LordMathis/hugo-theme-nix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Anderson <nick@cmdln.org>2017-11-29 01:14:07 +0300
committerNick Anderson <nick@cmdln.org>2017-11-29 01:14:07 +0300
commit3c0f10bae51e814cfbaeba1b19214d363a07695d (patch)
treecc6e792254a91b412ff3ed24667a7ac1caa4111a /README.md
parentf73b76b2512ec665e7d420a11d912c18ed3cc770 (diff)
Add more social links
- GnuPG Fingerprint :: Link to key on public key server - StackExchange :: Link to stackexchange profile - StackOverflow :: Link to stackoverflow profile - Bitbucket :: Link to bitbucket profile
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 763022d..959f4ce 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,12 @@ Add these parameters to your `config.toml`:
```
[params]
+ GnuPGFingerprint = "your_gpg_fingerprint"
+ StackExchangeID = "your_stackexchange_id"
+ StackOverflowID = "your_stackoverflow_id"
GithubID = "your_github"
GitlabId = "your_gitlab"
+ BitbucketID = "your_bitbucket_id"
TwitterID = "your_twitter"
CodepenID = "your_codepen"
LinkedInID = "your_linkedin"