Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Social add QQ and QQGroup support #256

Merged
merged 4 commits into from
Oct 3, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions assets/data/social.yml
Original file line number Diff line number Diff line change
Expand Up @@ -549,3 +549,17 @@ rss:
Newtab: true
Icon:
Class: fas fa-rss fa-fw

# 070: QQ
qq:
Weight: 70
Title: QQ
Icon:
Src: svg/icons/qq.svg

# 071: QQGroup
qq-group:
Weight: 71
Title: QQGroup
Icon:
Src: svg/icons/qqGroup.svg
HEIGE-PCloud marked this conversation as resolved.
Show resolved Hide resolved
1 change: 1 addition & 0 deletions assets/svg/icons/qq.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/svg/icons/qqGroup.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ enableEmoji = true
Matrix = ""
Bilibili = ""
ORCID = ""
QQ = ""
QQGroup = ""
Liberapay = "xxx"
Ko-Fi = "xxx"
BuyMeACoffee = ""
Expand Down Expand Up @@ -473,10 +475,12 @@ enableEmoji = true
Thingiverse = ""
Devto = "xxxx"
Gitea = ""
XMPP = ""
XMPP = "xxx"
Matrix = ""
Bilibili = "xxxx"
ORCID = ""
QQ = ""
QQGroup = ""
Liberapay = ""
Ko-Fi = ""
BuyMeACoffee = ""
Expand Down Expand Up @@ -1059,4 +1063,4 @@ enableEmoji = true
author = "authors"
category = "categories"
tag = "tags"
series = "series"
series = "series"
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ Please open the code block below to view the complete sample configuration :(far
Ko-Fi = ""
BuyMeACoffee = ""
Linktree = ""
QQ = ""
QQGroup = ""
Email = "xxxx@xxxx.com"
RSS = true # {{< version 0.2.0 >}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ hugo
Matrix = ""
Bilibili = ""
ORCID = ""
QQ = ""
QQGroup = ""
Liberapay = ""
Ko-Fi = ""
BuyMeACoffee = ""
Expand Down