diff --git a/.gitignore b/.gitignore index c691a56..65c35e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ public resources -.hugo_build.lock -.DS_Store +.hugo_build.lock \ No newline at end of file diff --git a/m2.nz/assets/css/custom.css b/m2.nz/assets/css/custom.css index 27d6322..a5ce349 100644 --- a/m2.nz/assets/css/custom.css +++ b/m2.nz/assets/css/custom.css @@ -1,11 +1,3 @@ .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 deleted file mode 100644 index 106884c..0000000 --- a/m2.nz/assets/icons/peertube.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/m2.nz/assets/icons/quic.svg b/m2.nz/assets/icons/quic.svg deleted file mode 100644 index 181440f..0000000 --- a/m2.nz/assets/icons/quic.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - diff --git a/m2.nz/config.toml b/m2.nz/config.toml index c284fca..605c696 100644 --- a/m2.nz/config.toml +++ b/m2.nz/config.toml @@ -51,7 +51,6 @@ 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" }, @@ -59,7 +58,6 @@ 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 new file mode 100644 index 0000000..9c72540 Binary files /dev/null and b/m2.nz/static/.DS_Store differ