From bfaf18963e3e73ed53b6d41d1a97e2e40143fee7 Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Sun, 8 Jun 2025 11:39:01 +1200 Subject: [PATCH 1/2] Update Quic referral --- .gitignore | 3 ++- m2.nz/assets/css/custom.css | 5 ++++ m2.nz/assets/icons/quic.svg | 44 ++++++++++++++++++++++++++++++++++++ m2.nz/config.toml | 1 + m2.nz/static/.DS_Store | Bin 6148 -> 0 bytes 5 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 m2.nz/assets/icons/quic.svg delete mode 100644 m2.nz/static/.DS_Store diff --git a/.gitignore b/.gitignore index 65c35e0..c691a56 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ public resources -.hugo_build.lock \ No newline at end of file +.hugo_build.lock +.DS_Store diff --git a/m2.nz/assets/css/custom.css b/m2.nz/assets/css/custom.css index a5ce349..1d76479 100644 --- a/m2.nz/assets/css/custom.css +++ b/m2.nz/assets/css/custom.css @@ -1,3 +1,8 @@ .link-cv { background-color: #3f88de; +} + +.link-quic { + background-color: #e5490b; + /* background-color: #444444; */ } \ No newline at end of file diff --git a/m2.nz/assets/icons/quic.svg b/m2.nz/assets/icons/quic.svg new file mode 100644 index 0000000..181440f --- /dev/null +++ b/m2.nz/assets/icons/quic.svg @@ -0,0 +1,44 @@ + + + + + + + diff --git a/m2.nz/config.toml b/m2.nz/config.toml index 605c696..046e405 100644 --- a/m2.nz/config.toml +++ b/m2.nz/config.toml @@ -58,6 +58,7 @@ disableKinds = ["taxonomy", "term"] # { whatsapp = "https://wa.me/phone-number" }, # { x = "https://x.com/username" }, # { youtube = "https://youtube.com/username" }, + { quic = { href = "https://account.quic.nz/refer/19099", text = "Quic Broadband" } }, ] [module] diff --git a/m2.nz/static/.DS_Store b/m2.nz/static/.DS_Store deleted file mode 100644 index 9c725405fcfb780943896d543544cc6a6a7625cb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%}T>S5Z<*_6N-?7LXQhx3r1^|;w8lT0!H+pQWH{YFwK^xHHT8jSzpK}@p+ut z-GIfMMeGdhe)GGV{UH0p7~}pTK4#2ej9JhSIVv@R?%L3nNk-&2Mm~*F8G-c?O-<~t z1AcphC2YdRQStrz()`O{;(GX!PBQtX>Eyt+l0AbJyn|v^^BT;uRAyuFRM}M)Au&J<5Cg=(W;0;U z1*^5$G|=ja0b-zr0o)%1G(^u}sZnhm(BbtN<4r^q(D5ySC=7ZAON|f#;kp!1mvZyO z;JO_A!sK}dOO3jmaWylHV`i=%FI>$IexcGC_cT&Z3=jkB3^cUq;Q4AQ Date: Sun, 8 Jun 2025 14:06:59 +1200 Subject: [PATCH 2/2] 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" },