From bf840b62de05d8be68728dc63e27cc79433dcffe Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sun, 1 Sep 2024 08:55:19 +0800 Subject: [PATCH] add lastfm link --- config/_default/languages.en.toml | 8 ++++++++ config/_default/languages.zh-cn.toml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 9d707e3..418722b 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -10,14 +10,22 @@ copyright = "© 2024 Guanran928, licensed under [CC-BY-SA-4.0](https://creativec name = "Guanran928" image = "img/author.png" links = [ + # id # or "https://github.com/Guanran928.gpg" { gpg = "https://git.ny4.dev/nyancat.gpg" }, { email = "mailto:guanran928@outlook.com" }, { matrix = "https://matrix.to/#/@nyancat:ny4.dev" }, + + # dev { forgejo = "https://git.ny4.dev/nyancat" }, { github = "https://github.com/Guanran928" }, + + # social { mastodon = "https://mastodon.ny4.dev/@nyancat" }, { x-twitter = "https://x.com/Guanran928" }, + + # misc + { lastfm = "https://www.last.fm/user/Guanran928" }, { monkeytype = "https://monkeytype.com/profile/Guanran928" }, { steam = "https://steamcommunity.com/profiles/76561198855505856" }, ] diff --git a/config/_default/languages.zh-cn.toml b/config/_default/languages.zh-cn.toml index fe91fd4..7ad661a 100644 --- a/config/_default/languages.zh-cn.toml +++ b/config/_default/languages.zh-cn.toml @@ -10,14 +10,22 @@ copyright = "© 2024 Guanran928, 内容以 [CC-BY-SA-4.0](https://creativecommon name = "Guanran928" image = "img/author.png" links = [ + # id # or "https://github.com/Guanran928.gpg" { gpg = "https://git.ny4.dev/nyancat.gpg" }, { email = "mailto:guanran928@outlook.com" }, { matrix = "https://matrix.to/#/@nyancat:ny4.dev" }, + + # dev { forgejo = "https://git.ny4.dev/nyancat" }, { github = "https://github.com/Guanran928" }, + + # social { mastodon = "https://mastodon.ny4.dev/@nyancat" }, { x-twitter = "https://x.com/Guanran928" }, + + # misc + { lastfm = "https://www.last.fm/user/Guanran928" }, { monkeytype = "https://monkeytype.com/profile/Guanran928" }, { steam = "https://steamcommunity.com/profiles/76561198855505856" }, ]