forked from theme-next/hexo-theme-next
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to Font Awesome 5 (theme-next#1438)
- Loading branch information
1 parent
f995680
commit e61c2e0
Showing
35 changed files
with
73 additions
and
2,557 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ footer: | |
icon: | ||
# Icon name in Font Awesome. See: https://fontawesome.com/v4.7.0/icons/ | ||
# `heart` is recommended with animation in red (#ff0000). | ||
name: user | ||
name: fa fa-user | ||
# If you want to animate the icon, set it to true. | ||
animated: false | ||
# Change the color of icon, using Hex Code. | ||
|
@@ -117,14 +117,14 @@ darkmode: false | |
# When running the site in a subdirectory (e.g. yoursite.com/blog), remove the leading slash from link value (/archives -> archives). | ||
# External url should start with http:// or https:// | ||
menu: | ||
home: / || home | ||
#about: /about/ || user | ||
#tags: /tags/ || tags | ||
#categories: /categories/ || th | ||
archives: /archives/ || archive | ||
#schedule: /schedule/ || calendar | ||
#sitemap: /sitemap.xml || sitemap | ||
#commonweal: /404/ || heartbeat | ||
home: / || fa fa-home | ||
#about: /about/ || fa fa-user | ||
#tags: /tags/ || fa fa-tags | ||
#categories: /categories/ || fa fa-th | ||
archives: /archives/ || fa fa-archive | ||
#schedule: /schedule/ || fa fa-calendar | ||
#sitemap: /sitemap.xml || fa fa-sitemap | ||
#commonweal: /404/ || fa fa-heartbeat | ||
|
||
# Enable / Disable menu icons / item badges. | ||
menu_settings: | ||
|
@@ -178,16 +178,16 @@ site_state: true | |
# Key is the link label showing to end users. | ||
# Value before `||` delimiter is the target permalink, value after `||` delimiter is the name of Font Awesome icon. | ||
social: | ||
#GitHub: https://github.com/yourname || github | ||
#E-Mail: mailto:[email protected] || envelope | ||
#Weibo: https://weibo.com/yourname || weibo | ||
#Google: https://plus.google.com/yourname || google | ||
#Twitter: https://twitter.com/yourname || twitter | ||
#FB Page: https://www.facebook.com/yourname || facebook | ||
#StackOverflow: https://stackoverflow.com/yourname || stack-overflow | ||
#YouTube: https://youtube.com/yourname || youtube | ||
#Instagram: https://instagram.com/yourname || instagram | ||
#Skype: skype:yourname?call|chat || skype | ||
#GitHub: https://github.com/yourname || fab fa-github | ||
#E-Mail: mailto:[email protected] || fa fa-envelope | ||
#Weibo: https://weibo.com/yourname || fab fa-weibo | ||
#Google: https://plus.google.com/yourname || fab fa-google | ||
#Twitter: https://twitter.com/yourname || fab fa-twitter | ||
#FB Page: https://www.facebook.com/yourname || fab fa-facebook | ||
#StackOverflow: https://stackoverflow.com/yourname || fab fa-stack-overflow | ||
#YouTube: https://youtube.com/yourname || fab fa-youtube | ||
#Instagram: https://instagram.com/yourname || fab fa-instagram | ||
#Skype: skype:yourname?call|chat || fab fa-skype | ||
|
||
social_icons: | ||
enable: true | ||
|
@@ -196,7 +196,7 @@ social_icons: | |
|
||
# Blog rolls | ||
links_settings: | ||
icon: link | ||
icon: fa fa-link | ||
title: Links | ||
# Available values: block | inline | ||
layout: block | ||
|
@@ -223,7 +223,7 @@ chat: | |
enable: false | ||
#service: chatra | ||
#service: tidio | ||
icon: comment # Icon name in Font Awesome, set false to disable icon. | ||
icon: fa fa-comment # Icon name in Font Awesome, set false to disable icon. | ||
text: Chat # Button text, change it as you wish. | ||
|
||
|
||
|
@@ -275,10 +275,10 @@ reward: | |
# Subscribe through Telegram Channel, Twitter, etc. | ||
# Usage: `Key: permalink || icon` (Font Awesome) | ||
follow_me: | ||
#Twitter: https://twitter.com/username || twitter | ||
#Telegram: https://t.me/channel_name || telegram | ||
#WeChat: /images/wechat_channel.jpg || wechat | ||
#RSS: /atom.xml || rss | ||
#Twitter: https://twitter.com/username || fab fa-twitter | ||
#Telegram: https://t.me/channel_name || fab fa-telegram | ||
#WeChat: /images/wechat_channel.jpg || fab fa-weixin | ||
#RSS: /atom.xml || fa fa-rss | ||
|
||
# Related popular posts | ||
# Dependencies: https://github.com/tea3/hexo-related-popular-posts | ||
|
@@ -714,11 +714,11 @@ firestore: | |
busuanzi_count: | ||
enable: false | ||
total_visitors: true | ||
total_visitors_icon: user | ||
total_visitors_icon: fa fa-user | ||
total_views: true | ||
total_views_icon: eye | ||
total_views_icon: fa fa-eye | ||
post_views: true | ||
post_views_icon: eye | ||
post_views_icon: fa fa-eye | ||
|
||
|
||
# --------------------------------------------------------------- | ||
|
@@ -886,9 +886,9 @@ vendors: | |
# anime: //cdn.jsdelivr.net/npm/[email protected]/lib/anime.min.js | ||
anime: | ||
|
||
# Internal version: 4.7.0 | ||
# fontawesome: //cdn.jsdelivr.net/npm/font-awesome@4/css/font-awesome.min.css | ||
# fontawesome: //cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css | ||
# Internal version: 5.13.0 | ||
# fontawesome: //cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css | ||
# fontawesome: //cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css | ||
fontawesome: | ||
|
||
# MathJax | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.