mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35: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 {
|
main ul.social {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
margin-left: 0;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
22
config.toml
22
config.toml
|
@ -101,17 +101,6 @@ date = ["date", "publishDate", "lastmod", ":git"]
|
||||||
[params.logo]
|
[params.logo]
|
||||||
logoHomeLink = "/"
|
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]]
|
[[params.social]]
|
||||||
name = "bluesky"
|
name = "bluesky"
|
||||||
url = "https://bsky.app/profile/byjp.me"
|
url = "https://bsky.app/profile/byjp.me"
|
||||||
|
@ -128,6 +117,17 @@ date = ["date", "publishDate", "lastmod", ":git"]
|
||||||
category = "follow"
|
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]]
|
[[params.social]]
|
||||||
name = "github"
|
name = "github"
|
||||||
url = "https://github.com/jphastings"
|
url = "https://github.com/jphastings"
|
||||||
|
|
Loading…
Reference in a new issue