feat(social): improve social links (#254)
* replace forkawesome and iconfont with simple icons * add more configs for social
This commit is contained in:
@@ -135,70 +135,71 @@ enableEmoji = true
|
||||
# Social config in home page
|
||||
[languages.en.params.social]
|
||||
GitHub = "xxxx"
|
||||
Linkedin = "xxxx"
|
||||
Linkedin = ""
|
||||
Twitter = "xxxx"
|
||||
Instagram = "xxxx"
|
||||
Email = "xxxx@xxxx.com"
|
||||
Facebook = "xxxx"
|
||||
Telegram = "xxxx"
|
||||
# Medium = "xxxx"
|
||||
# Gitlab = "xxxx"
|
||||
Medium = ""
|
||||
Gitlab = ""
|
||||
Youtubelegacy = "xxxx"
|
||||
# Youtubecustom = "xxxx"
|
||||
# Youtubechannel = "xxxx"
|
||||
# Tumblr ="xxxx"
|
||||
# Quora = "xxxx"
|
||||
# Keybase = "xxxx"
|
||||
# Pinterest = "xxxx"
|
||||
# Reddit = "xxxx"
|
||||
# Codepen = "xxxx"
|
||||
# FreeCodeCamp = "xxxx"
|
||||
# Bitbucket = "xxxx"
|
||||
# Stackoverflow = "xxxx"
|
||||
# Weibo = "xxxx"
|
||||
# Odnoklassniki = "xxxx"
|
||||
# VK = "xxxx"
|
||||
# Flickr = "xxxx"
|
||||
# Xing = "xxxx"
|
||||
# Snapchat = "xxxx"
|
||||
# Soundcloud = "xxxx"
|
||||
# Spotify = "xxxx"
|
||||
# Bandcamp = "xxxx"
|
||||
# Paypal = "xxxx"
|
||||
# Fivehundredpx = "xxxx"
|
||||
# Mix = "xxxx"
|
||||
# Goodreads = "xxxx"
|
||||
# Lastfm = "xxxx"
|
||||
# Foursquare = "xxxx"
|
||||
# Hackernews = "xxxx"
|
||||
# Kickstarter = "xxxx"
|
||||
# Patreon = "xxxx"
|
||||
# Steam = "xxxx"
|
||||
# Twitch = "xxxx"
|
||||
# Strava = "xxxx"
|
||||
# Skype = "xxxx"
|
||||
# Whatsapp = "xxxx"
|
||||
# Zhihu = "xxxx"
|
||||
# Douban = "xxxx"
|
||||
# Angellist = "xxxx"
|
||||
# Slidershare = "xxxx"
|
||||
# Jsfiddle = "xxxx"
|
||||
# Deviantart = "xxxx"
|
||||
# Behance = "xxxx"
|
||||
# Dribble = "xxxx"
|
||||
# Wordpress = "xxxx"
|
||||
# Vine = "xxxx"
|
||||
# Googlescholar = "xxxx"
|
||||
# Researchgate = "xxxx"
|
||||
# Mastodon = "xxxx"
|
||||
# MastodonPrefix = "https://mastodon.technology/"
|
||||
# Thingiverse = "xxxx"
|
||||
# Devto = "xxxx"
|
||||
# Gitea = "xxxx"
|
||||
# XMPP = "xxxx"
|
||||
# Matrix = "xxxx"
|
||||
# Bilibili = "xxxx"
|
||||
Youtubecustom = ""
|
||||
Youtubechannel = ""
|
||||
Tumblr = ""
|
||||
Quora = ""
|
||||
Keybase = ""
|
||||
Pinterest = ""
|
||||
Reddit = ""
|
||||
Codepen = ""
|
||||
FreeCodeCamp = ""
|
||||
Bitbucket = ""
|
||||
Stackoverflow = ""
|
||||
Weibo = ""
|
||||
Odnoklassniki = ""
|
||||
VK = ""
|
||||
Flickr = ""
|
||||
Xing = ""
|
||||
Snapchat = ""
|
||||
Soundcloud = ""
|
||||
Spotify = ""
|
||||
Bandcamp = ""
|
||||
Paypal = ""
|
||||
Fivehundredpx = ""
|
||||
Mix = ""
|
||||
Goodreads = ""
|
||||
Lastfm = ""
|
||||
Foursquare = ""
|
||||
Hackernews = ""
|
||||
Kickstarter = ""
|
||||
Patreon = ""
|
||||
Steam = ""
|
||||
Twitch = ""
|
||||
Strava = ""
|
||||
Skype = ""
|
||||
Whatsapp = ""
|
||||
Zhihu = ""
|
||||
Douban = ""
|
||||
Angellist = ""
|
||||
Slidershare = ""
|
||||
Jsfiddle = ""
|
||||
Deviantart = ""
|
||||
Behance = ""
|
||||
Dribbble = ""
|
||||
Wordpress = ""
|
||||
Vine = ""
|
||||
Googlescholar = ""
|
||||
Researchgate = ""
|
||||
Thingiverse = ""
|
||||
Devto = ""
|
||||
Gitea = ""
|
||||
XMPP = ""
|
||||
Matrix = ""
|
||||
Bilibili = ""
|
||||
Email = "xxxx@xxxx.com"
|
||||
RSS = true
|
||||
[languages.en.params.social.Mastodon]
|
||||
id = "@xxxx"
|
||||
prefix = "https://mastodon.technology/"
|
||||
|
||||
[languages.zh-cn]
|
||||
weight = 2
|
||||
@@ -309,69 +310,68 @@ enableEmoji = true
|
||||
# 主页的社交信息设置
|
||||
[languages.zh-cn.params.social]
|
||||
GitHub = "xxxx"
|
||||
# Linkedin = "xxxx"
|
||||
Twitter = "xxxx"
|
||||
Instagram = "xxxx"
|
||||
Email = "xxxx@example.com"
|
||||
# Facebook = "xxxx"
|
||||
# Telegram = "xxxx"
|
||||
# Medium = "xxxx"
|
||||
# Gitlab = "xxxx"
|
||||
# Youtubelegacy = "xxxx"
|
||||
# Youtubecustom = "xxxx"
|
||||
# Youtubechannel = "xxxx"
|
||||
# Tumblr ="xxxx"
|
||||
# Quora = "xxxx"
|
||||
# Keybase = "xxxx"
|
||||
# Pinterest = "xxxx"
|
||||
# Reddit = "xxxx"
|
||||
# Codepen = "xxxx"
|
||||
# FreeCodeCamp = "xxxx"
|
||||
# Bitbucket = "xxxx"
|
||||
# Stackoverflow = "xxxx"
|
||||
Linkedin = ""
|
||||
Twitter = ""
|
||||
Instagram = ""
|
||||
Facebook = ""
|
||||
Telegram = ""
|
||||
Medium = ""
|
||||
Gitlab = ""
|
||||
Youtubelegacy = ""
|
||||
Youtubecustom = ""
|
||||
Youtubechannel = ""
|
||||
Tumblr = ""
|
||||
Quora = ""
|
||||
Keybase = ""
|
||||
Pinterest = ""
|
||||
Reddit = ""
|
||||
Codepen = ""
|
||||
FreeCodeCamp = ""
|
||||
Bitbucket = ""
|
||||
Stackoverflow = ""
|
||||
Weibo = "xxxx"
|
||||
# Odnoklassniki = "xxxx"
|
||||
# VK = "xxxx"
|
||||
# Flickr = "xxxx"
|
||||
# Xing = "xxxx"
|
||||
# Snapchat = "xxxx"
|
||||
# Soundcloud = "xxxx"
|
||||
# Spotify = "xxxx"
|
||||
# Bandcamp = "xxxx"
|
||||
# Paypal = "xxxx"
|
||||
# Fivehundredpx = "xxxx"
|
||||
# Mix = "xxxx"
|
||||
# Goodreads = "xxxx"
|
||||
# Lastfm = "xxxx"
|
||||
# Foursquare = "xxxx"
|
||||
# Hackernews = "xxxx"
|
||||
# Kickstarter = "xxxx"
|
||||
# Patreon = "xxxx"
|
||||
Odnoklassniki = ""
|
||||
VK = ""
|
||||
Flickr = ""
|
||||
Xing = ""
|
||||
Snapchat = ""
|
||||
Soundcloud = ""
|
||||
Spotify = ""
|
||||
Bandcamp = ""
|
||||
Paypal = ""
|
||||
Fivehundredpx = ""
|
||||
Mix = ""
|
||||
Goodreads = ""
|
||||
Lastfm = ""
|
||||
Foursquare = ""
|
||||
Hackernews = ""
|
||||
Kickstarter = ""
|
||||
Patreon = ""
|
||||
Steam = "xxxx"
|
||||
# Twitch = "xxxx"
|
||||
# Strava = "xxxx"
|
||||
# Skype = "xxxx"
|
||||
# Whatsapp = "xxxx"
|
||||
Twitch = ""
|
||||
Strava = ""
|
||||
Skype = ""
|
||||
Whatsapp = ""
|
||||
Zhihu = "xxxx"
|
||||
# Douban = "xxxx"
|
||||
# Angellist = "xxxx"
|
||||
# Slidershare = "xxxx"
|
||||
# Jsfiddle = "xxxx"
|
||||
# Deviantart = "xxxx"
|
||||
# Behance = "xxxx"
|
||||
# Dribble = "xxxx"
|
||||
# Wordpress = "xxxx"
|
||||
# Vine = "xxxx"
|
||||
# Googlescholar = "xxxx"
|
||||
# Researchgate = "xxxx"
|
||||
# Mastodon = "@xxxx"
|
||||
# MastodonPrefix = "https://mastodon.technology/"
|
||||
# Thingiverse = "xxxx"
|
||||
# Devto = "xxxx"
|
||||
# Gitea = "xxxx"
|
||||
# XMPP = "xxxx@example.com"
|
||||
# Matrix = "xxxx"
|
||||
Douban = "xxxx"
|
||||
Angellist = ""
|
||||
Slidershare = ""
|
||||
Jsfiddle = ""
|
||||
Deviantart = ""
|
||||
Behance = ""
|
||||
Dribbble = ""
|
||||
Wordpress = ""
|
||||
Vine = ""
|
||||
Googlescholar = ""
|
||||
Researchgate = ""
|
||||
Mastodon = ""
|
||||
Thingiverse = ""
|
||||
Devto = "xxxx"
|
||||
Gitea = ""
|
||||
XMPP = ""
|
||||
Matrix = ""
|
||||
Bilibili = "xxxx"
|
||||
Email = "xxxx@xxxx.com"
|
||||
RSS = true
|
||||
|
||||
[languages.fr]
|
||||
@@ -483,67 +483,66 @@ enableEmoji = true
|
||||
GitHub = "xxxx"
|
||||
Linkedin = "xxxx"
|
||||
Twitter = "xxxx"
|
||||
Instagram = "xxxx"
|
||||
Instagram = ""
|
||||
Facebook = ""
|
||||
Telegram = ""
|
||||
Medium = ""
|
||||
Gitlab = ""
|
||||
Youtubelegacy = ""
|
||||
Youtubecustom = ""
|
||||
Youtubechannel = ""
|
||||
Tumblr = ""
|
||||
Quora = ""
|
||||
Keybase = ""
|
||||
Pinterest = ""
|
||||
Reddit = ""
|
||||
Codepen = ""
|
||||
FreeCodeCamp = ""
|
||||
Bitbucket = ""
|
||||
Stackoverflow = ""
|
||||
Weibo = ""
|
||||
Odnoklassniki = ""
|
||||
VK = ""
|
||||
Flickr = ""
|
||||
Xing = ""
|
||||
Snapchat = "xxxx"
|
||||
Soundcloud = ""
|
||||
Spotify = ""
|
||||
Bandcamp = ""
|
||||
Paypal = ""
|
||||
Fivehundredpx = ""
|
||||
Mix = ""
|
||||
Goodreads = ""
|
||||
Lastfm = ""
|
||||
Foursquare = ""
|
||||
Hackernews = "xxxx"
|
||||
Kickstarter = ""
|
||||
Patreon = ""
|
||||
Steam = ""
|
||||
Twitch = ""
|
||||
Strava = ""
|
||||
Skype = ""
|
||||
Whatsapp = ""
|
||||
Zhihu = ""
|
||||
Douban = ""
|
||||
Angellist = ""
|
||||
Slidershare = ""
|
||||
Jsfiddle = ""
|
||||
Deviantart = ""
|
||||
Behance = ""
|
||||
Dribbble = "xxxx"
|
||||
Wordpress = ""
|
||||
Vine = ""
|
||||
Googlescholar = ""
|
||||
Researchgate = ""
|
||||
Mastodon = ""
|
||||
Thingiverse = ""
|
||||
Devto = ""
|
||||
Gitea = ""
|
||||
XMPP = ""
|
||||
Matrix = ""
|
||||
Bilibili = ""
|
||||
Email = "xxxx@xxxx.com"
|
||||
Facebook = "xxxx"
|
||||
Telegram = "xxxx"
|
||||
# Medium = "xxxx"
|
||||
# Gitlab = "xxxx"
|
||||
Youtubelegacy = "xxxx"
|
||||
# Youtubecustom = "xxxx"
|
||||
# Youtubechannel = "xxxx"
|
||||
# Tumblr ="xxxx"
|
||||
# Quora = "xxxx"
|
||||
# Keybase = "xxxx"
|
||||
# Pinterest = "xxxx"
|
||||
# Reddit = "xxxx"
|
||||
# Codepen = "xxxx"
|
||||
# FreeCodeCamp = "xxxx"
|
||||
# Bitbucket = "xxxx"
|
||||
# Stackoverflow = "xxxx"
|
||||
# Weibo = "xxxx"
|
||||
# Odnoklassniki = "xxxx"
|
||||
# VK = "xxxx"
|
||||
# Flickr = "xxxx"
|
||||
# Xing = "xxxx"
|
||||
# Snapchat = "xxxx"
|
||||
# Soundcloud = "xxxx"
|
||||
# Spotify = "xxxx"
|
||||
# Bandcamp = "xxxx"
|
||||
# Paypal = "xxxx"
|
||||
# Fivehundredpx = "xxxx"
|
||||
# Mix = "xxxx"
|
||||
# Goodreads = "xxxx"
|
||||
# Lastfm = "xxxx"
|
||||
# Foursquare = "xxxx"
|
||||
# Hackernews = "xxxx"
|
||||
# Kickstarter = "xxxx"
|
||||
# Patreon = "xxxx"
|
||||
# Steam = "xxxx"
|
||||
# Twitch = "xxxx"
|
||||
# Strava = "xxxx"
|
||||
# Skype = "xxxx"
|
||||
# Whatsapp = "xxxx"
|
||||
# Zhihu = "xxxx"
|
||||
# Douban = "xxxx"
|
||||
# Angellist = "xxxx"
|
||||
# Slidershare = "xxxx"
|
||||
# Jsfiddle = "xxxx"
|
||||
# Deviantart = "xxxx"
|
||||
# Behance = "xxxx"
|
||||
# Dribble = "xxxx"
|
||||
# Wordpress = "xxxx"
|
||||
# Vine = "xxxx"
|
||||
# Googlescholar = "xxxx"
|
||||
# Researchgate = "xxxx"
|
||||
# Mastodon = "xxxx"
|
||||
# MastodonPrefix = "https://mastodon.technology/"
|
||||
# Thingiverse = "xxxx"
|
||||
# Devto = "xxxx"
|
||||
# Gitea = "xxxx"
|
||||
# XMPP = "xxxx"
|
||||
# Matrix = "xxxx"
|
||||
# Bilibili = "xxxx"
|
||||
RSS = true
|
||||
|
||||
[params]
|
||||
@@ -685,7 +684,7 @@ enableEmoji = true
|
||||
blockLeftDelimiter = ""
|
||||
blockRightDelimiter = ""
|
||||
# default inline delimiter is $ ... $ and \\( ... \\)
|
||||
# 默认内联定界符是 $ ... $ 和 \\( ... \\)
|
||||
# 默认行内定界符是 $ ... $ 和 \\( ... \\)
|
||||
inlineLeftDelimiter = ""
|
||||
inlineRightDelimiter = ""
|
||||
# KaTeX extension copy_tex
|
||||
@@ -733,14 +732,14 @@ enableEmoji = true
|
||||
# VK = true
|
||||
# Buffer = true
|
||||
# Xing = true
|
||||
# Line = true
|
||||
Line = true
|
||||
# Instapaper = true
|
||||
# Pocket = true
|
||||
# Digg = true
|
||||
# Stumbleupon = true
|
||||
# Flipboard = true
|
||||
Weibo = true
|
||||
Renren = true
|
||||
# Renren = true
|
||||
# Myspace = true
|
||||
# Blogger = true
|
||||
Baidu = true
|
||||
@@ -862,6 +861,9 @@ enableEmoji = true
|
||||
normalizeCSS = ''
|
||||
# fontawesome-free@5.12.1 https://fontawesome.com/
|
||||
fontawesomeFreeCSS = ''
|
||||
# simple-icons@2.9.0 https://github.com/simple-icons/simple-icons
|
||||
# ('https://cdn.jsdelivr.net/npm/simple-icons@v2/icons/')
|
||||
simpleIconsPrefix = ''
|
||||
# animate.css@3.7.2 https://github.com/daneden/animate.css
|
||||
animateCSS = ''
|
||||
# smooth-scroll@16.1.2 https://github.com/cferdinandi/smooth-scroll
|
||||
|
||||
Reference in New Issue
Block a user