Skip to content

Commit

Permalink
opti: style and config
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Aug 20, 2018
1 parent c527e2a commit 727f7cf
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ author:
email :
facebook : # "user_name" the last part of your profile url, e.g. https://www.facebook.com/user_name
twitter : # "user_name" the last part of your profile url, e.g. https://twitter.com/user_name
github : # "user_name" the last part of your profile url, e.g. https://github.com/user_name
linkedin : # "user_name" the last part of your profile url, e.g. https://www.linkedin.com/in/user_name/
googleplus: # "user_id" the last part of your profile url, e.g. https://plus.google.com/u/0/user_id
weibo : # "user_id" the last part of your profile url, e.g. https://www.weibo.com/user_id/profile?...
douban : # "user_name" the last part of your profile url, e.g. https://www.douban.com/people/user_name/
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


Expand Down
3 changes: 1 addition & 2 deletions _sass/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
*/

.footer {
@include flexbox;
@include align-items(center);
background: $footer-background;
height: map-get($layout, footer-height);
.author-links {
@include overflow(auto);
padding-top: 1rem;
}
p {
Expand Down
17 changes: 9 additions & 8 deletions docs/_config.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@ author:
avatar : /assets/apple-touch-icon.png
bio: >
TeXt Theme for development.
email :
facebook :
twitter :
github : kitian616/jekyll-TeXt-theme
linkedin :
googleplus:
weibo :
douban :
email : 1
facebook : 1
twitter : 1
googleplus: 1
weibo : 1
douban : 1
linkedin : 1
github : 1
npm : 1


## => GitHub Repository (if the site is hosted by GitHub)
Expand Down
5 changes: 3 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ author:
email : kitian616@outlook.com
facebook :
twitter : kitian616
github : kitian616/jekyll-TeXt-theme
linkedin :
googleplus: 101827554735084402671
weibo : 234695683
douban :
linkedin :
github : kitian616/jekyll-TeXt-theme
npm :


## => GitHub Repository (if the site is hosted by GitHub)
Expand Down
5 changes: 3 additions & 2 deletions test/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ author:
email :
facebook : # "user_name" the last part of your profile url, e.g. https://www.facebook.com/user_name
twitter : # "user_name" the last part of your profile url, e.g. https://twitter.com/user_name
github : # "user_name" the last part of your profile url, e.g. https://github.com/user_name
linkedin : # "user_name" the last part of your profile url, e.g. https://www.linkedin.com/in/user_name/
googleplus: # "user_id" the last part of your profile url, e.g. https://plus.google.com/u/0/user_id
weibo : # "user_id" the last part of your profile url, e.g. https://www.weibo.com/user_id/profile?...
douban : # "user_name" the last part of your profile url, e.g. https://www.douban.com/people/user_name/
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


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

0 comments on commit 727f7cf

Please sign in to comment.