From aeea6ae7e5459b585edb7f9e5c5f9a1e0db302aa Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Wed, 3 Jul 2024 12:58:26 +0700 Subject: [PATCH] Add pixelfed --- assets/css/custom.css | 9 ++++++++ assets/icons/pixelfed.svg | 43 +++++++++++++++++++++++++++++++++++++++ hugo.toml | 1 + 3 files changed, 53 insertions(+) create mode 100644 assets/icons/pixelfed.svg diff --git a/assets/css/custom.css b/assets/css/custom.css index 4d5fbc1..1802f36 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -1,3 +1,12 @@ .link-readawrite { background: rgb(0, 203, 195); + } + + .link-pixelfed { + background: linear-gradient( + 90deg, + #ff7725 0%, + #eb0256 50%, + #ff257e 100% + ); } \ No newline at end of file diff --git a/assets/icons/pixelfed.svg b/assets/icons/pixelfed.svg new file mode 100644 index 0000000..08b3dc5 --- /dev/null +++ b/assets/icons/pixelfed.svg @@ -0,0 +1,43 @@ + + + + + + + + diff --git a/hugo.toml b/hugo.toml index 71902bc..4cf9904 100644 --- a/hugo.toml +++ b/hugo.toml @@ -38,6 +38,7 @@ disableKinds = ["taxonomy", "term"] # { lastfm = "https://last.fm/user/username" }, # { linkedin = "https://linkedin.com/in/username" }, { mastodon = { href = "https://mstdn.in.th/@BlaCHp", text = "Mastodon in Thailand" } }, + { pixelfed = { href = "https://pixels.techtransthai.org/i/web/profile/713285870563454983", text = "Pixelfed" } }, # { medium = "https://medium.com/username" }, # { microsoft = "https://www.microsoft.com/" }, # { patreon = "https://www.patreon.com/username" },