Skip to content

Commit

Permalink
add: 8 social sites icon 添加社交图标
Browse files Browse the repository at this point in the history
简书,SegmentFault,网易云音乐
reddit, Medium, TiddlyWiki, Tumblr, 500px
  • Loading branch information
MOxFIVE committed Jan 26, 2016
1 parent 6788c02 commit 946ff7c
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 17 deletions.
10 changes: 9 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ favicon: /favicon.png
## Encrypt email 加密邮件地址 http://ctrlq.org/encode/
## RSS requires a plugin to take effect | 使用 RSS 需先安装对应插件
## https://github.com/hexojs/hexo-generator-feed

subnav:
Email: "mailto:123@123.com"
#新浪微博: "sina weibo"
Expand All @@ -30,6 +31,9 @@ subnav:
RSS: "/atom.xml"
#知乎: "zhihu"
#豆瓣: "douban"
#简书: "jianshu"
#SegmentFault: ""
#网易云音乐: "netease"
#Facebook: "#"
#Google: "#"
#Twitter: "#"
Expand All @@ -40,7 +44,11 @@ subnav:
#StackOverflow: "#"
#Instagram: "#"
#Flickr: "#"

#reddit: ""
#Medium: ""
#TiddlyWiki: ""
#Tumblr: ""
#_500px: ""

# >>> Conments 评论系统 <<<
# Chose ONE as your comment system and keep others disable.
Expand Down
64 changes: 48 additions & 16 deletions source/css/_partial/main.styl
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,21 @@
margin-right: 0;
}
}
#新浪微博 {
background:url('/img/weibo.png') center no-repeat #ecc260;
}
.新浪微博:before {

.新浪微博::before,
.V2EX::before,
.知乎::before,
.豆瓣::before,
.TiddlyWiki::before,
.SegmentFault::before,
.简书::before,
#网易云音乐::before {
content: "\f18a";
color: transparent;
}
#新浪微博 {
background:url('/img/weibo.png') center no-repeat #ecc260;
}
#GitHub {
background: url('/img/github.png') center no-repeat white;
}
Expand All @@ -233,10 +241,6 @@
#V2EX {
background: url('/img/v2ex.png') center no-repeat #e4cdb4;
}
.V2EX:before {
content: "\f073";
color: transparent;
}
#RSS {
background: #ef7522;
}
Expand All @@ -246,17 +250,9 @@
#知乎 {
background: url('/img/zhihu.png') center no-repeat #0078d8;
}
.知乎:before {
content: "\f073";
color: transparent;
}
#豆瓣 {
background: url('/img/douban.png') center no-repeat #06c611;
}
.豆瓣:before {
content: "\f073";
color: transparent;
}
#Google {
background: #c83d20;
}
Expand Down Expand Up @@ -323,6 +319,42 @@
.Flickr:before {
content: "\f16e";
}
#Medium {
background: #00ab6b;
}
.Medium:before {
content: "\f23a";
}
#reddit {
background: #0278d1;
}
.reddit:before {
content: "\f281";
}
#TiddlyWiki {
background: url('/img/TiddlyWiki.png') center no-repeat #6283dd;
}
#Tumblr {
background: #3a5976;
}
.Tumblr:before {
content: "\f173";
}
#_500px {
background: #0099e5;
}
._500px:before {
content: "\f26e";
}
#SegmentFault {
background: url('/img/SegmentFault.png') center no-repeat #018f56;
}
#简书 {
background: url('/img/简书.png') center no-repeat #e99888;
}
#网易云音乐 {
background: url('/img/网易云音乐.png') center no-repeat #e51e02;
}
}
}
.switch-part{
Expand Down
Binary file added source/img/SegmentFault.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/TiddlyWiki.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/简书.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/网易云音乐.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 946ff7c

Please sign in to comment.