Skip to content

Commit

Permalink
to #22 | add bilibili icon
Browse files Browse the repository at this point in the history
  • Loading branch information
boizz committed Apr 7, 2017
1 parent 355f4ba commit a65cdd0
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ content_width: 600

### 社交信息

主题内置的社交图标目前有:`facebook`, `twitter`, `weibo`, `wechat`, `github`, `stackoverflow`, `linkin`, `email`, `segmentfault`, `flickr`, `zhihu`, `disqus`, `douban`
主题内置的社交图标目前有:`facebook`, `twitter`, `weibo`, `wechat`, `github`, `stackoverflow`, `linkin`, `email`, `segmentfault`, `flickr`, `zhihu`, `disqus`, `douban`, `bilibili`

如需新增请在Issues里面提出

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ navication:
# content
content_width: 800
# Footer
## Social icon list: [facebook, twitter, weibo, wechat, github, stackoverflow, linkin, email, segmentfault, flickr]
## Social icon list: [facebook, twitter, weibo, wechat, github, stackoverflow, linkin, email, segmentfault, flickr, zhihu, disqus, douban, bilibili]
social:
- name: Github
icon: github
Expand Down
4 changes: 4 additions & 0 deletions source/css/main_style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/css/main_style.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/css/main_style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/css/main_style.min.css.map

Large diffs are not rendered by default.

Binary file modified source/fonts/icon.eot
Binary file not shown.
30 changes: 19 additions & 11 deletions source/fonts/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/fonts/icon.ttf
Binary file not shown.
Binary file modified source/fonts/icon.woff
Binary file not shown.
2 changes: 2 additions & 0 deletions source/sass/_util/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@

.icon-segmentfault:before { content: "\e610"; }

.icon-bilibili:before { content: "\e606"; }

.icon-arror-right:before { content: "\e617"; }

.icon-arror-left:before { content: "\e618"; }
Expand Down

0 comments on commit a65cdd0

Please sign in to comment.