From 9352a5cd9997ed70020e4b318b0e849ecd74091e Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Sun, 8 Jun 2025 14:06:59 +1200 Subject: [PATCH] Add peertube link --- m2.nz/assets/css/custom.css | 5 ++++- m2.nz/assets/icons/peertube.svg | 1 + m2.nz/config.toml | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 m2.nz/assets/icons/peertube.svg diff --git a/m2.nz/assets/css/custom.css b/m2.nz/assets/css/custom.css index 1d76479..27d6322 100644 --- a/m2.nz/assets/css/custom.css +++ b/m2.nz/assets/css/custom.css @@ -4,5 +4,8 @@ .link-quic { background-color: #e5490b; - /* background-color: #444444; */ +} + +.link-peertube { + background-color: #f1680d; } \ No newline at end of file diff --git a/m2.nz/assets/icons/peertube.svg b/m2.nz/assets/icons/peertube.svg new file mode 100644 index 0000000..106884c --- /dev/null +++ b/m2.nz/assets/icons/peertube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/m2.nz/config.toml b/m2.nz/config.toml index 046e405..c284fca 100644 --- a/m2.nz/config.toml +++ b/m2.nz/config.toml @@ -51,6 +51,7 @@ disableKinds = ["taxonomy", "term"] { steam = "https://steamcommunity.com/id/idanoo" }, # { telegram = "https://t.me/username" }, # { threads = "https://threads.com/username" }, + { peertube = { href = "https://peertube.m2.nz", text = "PeerTube" } }, { tiktok = "https://tiktok.com/@idanoo.nz" }, # { tumblr = "https://username.tumblr.com" }, # { twitch = "https://twitch.tv/username" },