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

github.com/lgaida/mediumish-gohugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTJ Norred <tjnorred@gmail.com>2018-10-31 01:45:37 +0300
committerGitHub <noreply@github.com>2018-10-31 01:45:37 +0300
commit8771c09f6417e04d119ff4869ee9c13750df12c1 (patch)
tree3613528b0ee9748240eb292d5a602101a43e4688
parentbe0fd956766c140d916396987de84d254ed149ba (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index b4ea036..1e7de0f 100644
--- a/README.md
+++ b/README.md
@@ -119,12 +119,14 @@ googleAnalytics = "UA-1XXXXXXX1-X"
### This is a markdown heading'''
alertbar = true
```
-You can currently provide your username from `github`, `linkedin`, `xing`. They will be displayed as icons on the landingpage.
+You can currently provide your username from `github`, `linkedin`, `xing`, `twitter`, `medium`. They will be displayed as icons on the landingpage.
```toml
[params.social]
github = "<username>"
linkedin = "<username>"
xing = "<username>"
+ medium = "<username>"
+ twitter = "<username>"
```
![landingpage-params](https://raw.githubusercontent.com/lgaida/mediumish-gohugo-theme/master/images/landing.png)