mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-08 17:15:56 +01:00
This commit is contained in:
parent
ffd9ef9447
commit
eb008956e2
2 changed files with 12 additions and 11 deletions
|
@ -1059,6 +1059,7 @@ nav {
|
|||
|
||||
main ul.social {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
|
|
22
config.toml
22
config.toml
|
@ -101,17 +101,6 @@ date = ["date", "publishDate", "lastmod", ":git"]
|
|||
[params.logo]
|
||||
logoHomeLink = "/"
|
||||
|
||||
[[params.social]]
|
||||
name = "email"
|
||||
url = "mailto:hello@byjp.me"
|
||||
category = "chat"
|
||||
|
||||
[[params.social]]
|
||||
name = "signal"
|
||||
url = "https://signal.me/#eu/092dSvsDjSYGU_6W2Z4fvXJfktdozKIidYs91EA9I3kukc-3xOtB_aAg3QxUOznZ"
|
||||
category = "chat"
|
||||
|
||||
|
||||
[[params.social]]
|
||||
name = "bluesky"
|
||||
url = "https://bsky.app/profile/byjp.me"
|
||||
|
@ -128,6 +117,17 @@ date = ["date", "publishDate", "lastmod", ":git"]
|
|||
category = "follow"
|
||||
|
||||
|
||||
[[params.social]]
|
||||
name = "email"
|
||||
url = "mailto:hello@byjp.me"
|
||||
category = "chat"
|
||||
|
||||
[[params.social]]
|
||||
name = "signal"
|
||||
url = "https://signal.me/#eu/092dSvsDjSYGU_6W2Z4fvXJfktdozKIidYs91EA9I3kukc-3xOtB_aAg3QxUOznZ"
|
||||
category = "chat"
|
||||
|
||||
|
||||
[[params.social]]
|
||||
name = "github"
|
||||
url = "https://github.com/jphastings"
|
||||
|
|
Loading…
Reference in a new issue