File tree Expand file tree Collapse file tree 6 files changed +14
-2
lines changed
Expand file tree Collapse file tree 6 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ disqusShortname = ""
4949 linkedin = " your linkedin id"
5050 github = " your github id"
5151 tumblr = " your tumblr id"
52+ bluesky = " your bluesky id"
5253
5354[params ]
5455 [params .sharebutton ]
@@ -62,6 +63,7 @@ disqusShortname = ""
6263 pocket = true
6364 # Please set id when you want to display facebook
6465 facebookAppId = " your app id"
66+ bluesky = true
6567
6668 [params .adsense ]
6769 # If you want to display Google adsense set these
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ disqusShortname = "" # Optional
2525 x_twitter = " your twitter id"
2626 linkedin = " your linkedin id"
2727 github = " your github id"
28+ bluesky = " your bluesky id"
2829
2930[params ]
3031 [params .sharebutton ]
@@ -37,6 +38,7 @@ disqusShortname = "" # Optional
3738 # pocket = true
3839 # Please set id when you want to display facebook
3940 # facebookAppId = "your app id"
41+ bluesky = true
4042
4143 [params .adsense ]
4244 # If you want to display Google adsense set these
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ disqusShortname = "" # Optional
5757 x_twitter = " your twitter id"
5858 linkedin = " your linkedin id"
5959 github = " your github id"
60+ bluesky = " your bluesky id"
6061
6162[params ]
6263 [params .sharebutton ]
@@ -69,6 +70,7 @@ disqusShortname = "" # Optional
6970 pocket = true
7071 # Please set id when you want to display facebook
7172 facebookAppId = " your app id"
73+ bluesky = true
7274
7375 [params .adsense ]
7476 # If you want to display Google adsense set these
Original file line number Diff line number Diff line change @@ -55,8 +55,9 @@ disqusShortname = "" # Optional
5555 # Please set account ids
5656 # This is Optional values
5757 x_twitter = " your twitter id"
58- linkedin = " your linkedin id"
59- github = " your github id"
58+ linkedin = " your linkedin id"
59+ github = " your github id"
60+ bluesky = " your bluesky id"
6061
6162[params ]
6263 [params .sharebutton ]
@@ -69,6 +70,7 @@ disqusShortname = "" # Optional
6970 pocket = true
7071 # Please set id when you want to display facebook
7172 facebookAppId = " your app id"
73+ bluesky = true
7274
7375 [params .adsense ]
7476 # If you want to display Google adsense set these
Original file line number Diff line number Diff line change 3333 {{ with .Site.Author.tumblr }}
3434 < a href ="https://{{ . }}.tumblr.com/ " rel ="noopener " target ="_blank " class ="inline-svg "> {{ partial "fontawesome.html" "tumblr-square" }}</ a >
3535 {{ end }}
36+ {{ with .Site.Author.bluesky }}
37+ < a href ="https://bsky.app/profile/{{ . }} " rel ="noopener " target ="_blank " class ="inline-svg "> {{ partial "fontawesome.html" "bluesky-brands-solid" }}</ a >
38+ {{ end }}
3639 </ div >
3740 </ div >
3841 </ div >
You can’t perform that action at this time.
0 commit comments