Skip to content

Commit

Permalink
fix: add telegram icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Oct 2, 2018
1 parent 6955857 commit c5dfe20
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ author:
npm : # "user_name" the last part of your profile url, e.g. https://www.npmjs.com/~user_name
telegram : # "user_name" the last part of your profile url, e.g. https://t.me/user_name


## => GitHub Repository (if the site is hosted by GitHub)
##############################
repository: user_name/repo_name
Expand Down
2 changes: 1 addition & 1 deletion _includes/author-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
{%- endif -%}

{%- if _author.telegram -%}
<li title="{{ __return | replace: '[NAME]', 'telegram' }}">
<li title="{{ __return | replace: '[NAME]', 'Telegram' }}">
<a class="button button--circle telegram-button" itemprop="sameAs" href="https://t.me/{{ _author.telegram }}" target="_blank">
<div class="icon">{%- include svg/icon/social/telegram.svg -%}</div>
</a>
Expand Down
2 changes: 1 addition & 1 deletion _sass/skins/_chocolate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $douban-color: #42bd56;
$github-color: #000;
$linkedin-color: #1074af;
$npm-color: #fff;
$telegram-color: #32AFED;
$telegram-color: #32afed;

// highlight colors
@import "skins/highlight/tomorrow-night-eighties";
2 changes: 1 addition & 1 deletion _sass/skins/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $douban-color: #42bd56;
$github-color: #000;
$linkedin-color: #1074af;
$npm-color: #fff;
$telegram-color: #32AFED;
$telegram-color: #32afed;

// highlight colors
@import "skins/highlight/tomorrow-night";
2 changes: 1 addition & 1 deletion _sass/skins/_default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $douban-color: #42bd56;
$github-color: #000;
$linkedin-color: #1074af;
$npm-color: #fff;
$telegram-color: #32AFED;
$telegram-color: #32afed;

// highlight colors
@import "skins/highlight/tomorrow";
2 changes: 1 addition & 1 deletion _sass/skins/_forest.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $douban-color: #42bd56;
$github-color: #000;
$linkedin-color: #1074af;
$npm-color: #fff;
$telegram-color: #32AFED;
$telegram-color: #32afed;

// highlight colors
@import "skins/highlight/tomorrow";
2 changes: 1 addition & 1 deletion _sass/skins/_ocean.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $douban-color: #42bd56;
$github-color: #000;
$linkedin-color: #1074af;
$npm-color: #fff;
$telegram-color: #32AFED;
$telegram-color: #32afed;

// highlight colors
@import "skins/highlight/tomorrow-night-blue";
3 changes: 1 addition & 2 deletions _sass/skins/_orange.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ $text-background-color: rgba(#000, .05);
$header-text-color: $text-color-3;
$header-background: linear-gradient(60deg, #ffa650 0%, #ff7b50 100%);


$footer-text-color: $text-color-3;
$footer-background: linear-gradient(60deg, #ffa650 0%, #ff7b50 100%);

Expand Down Expand Up @@ -64,7 +63,7 @@ $douban-color: #42bd56;
$github-color: #000;
$linkedin-color: #1074af;
$npm-color: #fff;
$telegram-color: #32AFED;
$telegram-color: #32afed;

// highlight colors
@import "skins/highlight/tomorrow-night-eighties";
1 change: 1 addition & 0 deletions docs/_config.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ author:
linkedin : 1
github : 1
npm : 1
telegram : 1


## => GitHub Repository (if the site is hosted by GitHub)
Expand Down
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ author:
linkedin :
github : kitian616/jekyll-TeXt-theme
npm :
telegram :


## => GitHub Repository (if the site is hosted by GitHub)
Expand Down
1 change: 1 addition & 0 deletions test/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ author:
linkedin : # "user_name" the last part of your profile url, e.g. https://www.linkedin.com/in/user_name/
github : # "user_name" the last part of your profile url, e.g. https://github.com/user_name
npm : # "user_name" the last part of your profile url, e.g. https://www.npmjs.com/~user_name
telegram : # "user_name" the last part of your profile url, e.g. https://t.me/user_name


## => GitHub Repository (if the site is hosted by GitHub)
Expand Down

0 comments on commit c5dfe20

Please sign in to comment.