hugo: add bluesky
This commit is contained in:
parent
9efa2daedf
commit
0e1671fa45
1 changed files with 6 additions and 3 deletions
|
@ -51,8 +51,8 @@ copyright = false
|
||||||
author = false
|
author = false
|
||||||
|
|
||||||
bottomText = [
|
bottomText = [
|
||||||
"powered by <a href=\"http://gohugo.io\">hugo</a>",
|
"powered by <a href=\"http://gohugo.io\">hugo</a>",
|
||||||
"site <a href=\"https://git.flake.sh/notohh/notohh.dev\">source</a>",
|
"site <a href=\"https://git.flake.sh/notohh/notohh.dev\">source</a>",
|
||||||
]
|
]
|
||||||
|
|
||||||
[params.favicon.color]
|
[params.favicon.color]
|
||||||
|
@ -70,10 +70,13 @@ logoCursorAnimate = "1s"
|
||||||
logoCursorPathname = true
|
logoCursorPathname = true
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
|
|
||||||
name = "mastodon"
|
name = "mastodon"
|
||||||
url = "https://fosstodon.org/@notohh"
|
url = "https://fosstodon.org/@notohh"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = "bluesky"
|
||||||
|
url = "https://bsky.app/profile/flake.sh"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "gpg"
|
name = "gpg"
|
||||||
url = "https://keys.openpgp.org/search?q=+C3CB+3B31+AF3F+986C+39E0++BE5B+BD47+506D+475E+E86D"
|
url = "https://keys.openpgp.org/search?q=+C3CB+3B31+AF3F+986C+39E0++BE5B+BD47+506D+475E+E86D"
|
||||||
|
|
Loading…
Reference in a new issue