Skip to content

Commit

Permalink
feat(social): Add XDA-Developers icon
Browse files Browse the repository at this point in the history
Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
  • Loading branch information
Khusika Dhamar Gusti committed Sep 5, 2021
1 parent 66829bd commit d49e00b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
13 changes: 11 additions & 2 deletions assets/data/social.yml
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,18 @@ resume:
Icon:
Class: fas fa-user-circle fa-fw

# 065: RSS
rss:
# 065: XDA-Developers
xda:
Weight: 65
Prefix: https://forum.xda-developers.com/m/
Title: XDA-Developers
Newtab: true
Icon:
Simpleicons: xdadevelopers

# 066: RSS
rss:
Weight: 66
Url: /index.xml
Title: RSS
Newtab: true
Expand Down
1 change: 1 addition & 0 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,7 @@ ignoreErrors = ["err-missing-comment-accesstoken", "err-missing-oembed-accesstok
Bilibili = ""
Email = "xxxx@xxxx.com"
Resume = "" #goo.gl id
xda = ""
RSS = true
[params.social.Mastodon]
id = "@xxxx"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ Please open the code block below to view the complete sample configuration :(far
Bilibili = ""
Email = "xxxx@xxxx.com"
Resume = "" #goo.gl id {{< version 1.0.0 >}}
xda = "" {{< version 1.0.2 >}}
RSS = true # {{< version 0.2.0 >}}

# {{< version 0.2.0 changed >}} Page config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ Please open the code block below to view the complete sample configuration :(far
Bilibili = ""
Email = "xxxx@xxxx.com"
Resume = "" #goo.gl id {{< version 1.0.0 >}}
xda = "" {{< version 1.0.2 >}}
RSS = true # {{< version 0.2.0 >}}

# {{< version 0.2.0 changed >}} Page config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ hugo
Bilibili = ""
Email = "xxxx@xxxx.com"
Resume = "" #goo.gl id {{< version 1.0.0 >}}
xda = "" {{< version 1.0.2 >}}
RSS = true # {{< version 0.2.0 >}}

# {{< version 0.2.0 changed >}} 文章页面配置
Expand Down

0 comments on commit d49e00b

Please sign in to comment.