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..27d6322 100644 --- a/m2.nz/assets/css/custom.css +++ b/m2.nz/assets/css/custom.css @@ -1,3 +1,11 @@ .link-cv { background-color: #3f88de; +} + +.link-quic { + background-color: #e5490b; +} + +.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/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..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" }, @@ -58,6 +59,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 9c72540..0000000 Binary files a/m2.nz/static/.DS_Store and /dev/null differ