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

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshiharu Yamashita <yoshiharuyamashita@users.noreply.github.com>2021-02-15 18:10:04 +0300
committerGitHub <noreply@github.com>2021-02-15 18:10:04 +0300
commit1f689c3db1e37ce6683c72640e4be3bac551174c (patch)
tree6cee557d4ecdc5f16c6973f87c097825a05f20bb
parentaa4d052dfcdb01c4ef17914b307ce8b10f691686 (diff)
parent5092588b2084da2f56e9ab5ff19465e16fd48bd0 (diff)
Merge pull request #116 from contributorpw/update_social
Update social
-rw-r--r--exampleSite/config.toml33
-rw-r--r--layouts/partials/social.html6
2 files changed, 27 insertions, 12 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c746abc..d366abf 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -50,9 +50,30 @@ paginate = 10
[social]
# Link your social networking accouns to the side menu
# by entering your username or ID.
- twitter = "*"
- facebook = "*"
- instagram = "*"
- github = "yoshiharuyamashita"
- stackoverflow = "*"
- linkedin = "*" \ No newline at end of file
+ twitter="*"
+ # gnusocial="*"
+ facebook="*"
+ # weibo="*"
+ # tumblr="*"
+ instagram="*"
+ # flickr="*"
+ # photo500px="*"
+ # pinterest="*"
+ # youtube="*"
+ # vimeo="*"
+ # vine="*"
+ # slideshare="*"
+ linkedin="*"
+ # xing="*"
+ # reddit="*"
+ # hackernews="*"
+ github="yoshiharuyamashita"
+ # gitlab="*"
+ # bitbucket="*"
+ stackoverflow="*"
+ # serverfault="*"
+ # steam="*"
+ # mobygames="*"
+ # lastfm="*"
+ # discogs="*"
+ # keybase="*"
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index ececc99..90bf047 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -28,12 +28,6 @@
</li>
{{ end }}
- {{ with .Site.Social.googleplus }}
- <li class="pure-menu-item">
- <a class="pure-menu-link" href="https://plus.google.com/+{{ . }}" rel="me" target="_blank"><i class="fab fa-google-plus-square fa-fw"></i>Google+</a>
- </li>
- {{ end }}
-
{{ with .Site.Social.weibo }}
<li class="pure-menu-item">
<a class="pure-menu-link" href="http://weibo.com/{{ . }}" rel="me" target="_blank"><i class="fab fa-weibo fa-fw"></i>Weibo</a>