very simple webpage built with hugo with links to all of my profiles. wobblybrian.xyz

remove tumblr mastodon and steam

+4 -24
+4 -24
hugo.toml
··· 42 42 handle = "u/wobblybrian" 43 43 44 44 [[menu.social]] 45 - name = "tumblr" 46 - url = "https://www.tumblr.com/blog/wobblybrian" 47 - weight = 3 48 - [menu.social.params] 49 - handle = "wobblybrian" 50 - 51 - [[menu.social]] 52 45 name = "youtube" 53 46 url = "https://youtube.com/@wobblybrian" 54 - weight = 4 47 + weight = 3 55 48 [menu.social.params] 56 49 handle = "@wobblybrian" 57 50 colour ="yt" ··· 59 52 [[menu.social]] 60 53 name = "tiktok" 61 54 url = "https://tiktok.com/@wobblybrian" 62 - weight = 5 55 + weight = 4 63 56 [menu.social.params] 64 57 handle = "@wobblybrian" 65 58 66 59 [[menu.social]] 67 60 name = "tangled" 68 61 url = "https://tangled.org/@wobblybrian.xyz" 69 - weight = 6 62 + weight = 5 70 63 [menu.social.params] 71 64 handle = "@wobblybrian.xyz" 72 65 73 66 [[menu.social]] 74 - name = "mastodon" 75 - url = "https://mastodon.social/@wobblybrian" 76 - weight = 7 77 - [menu.social.params] 78 - handle = "wobblybrian" 79 - 80 - [[menu.social]] 81 67 name = "soundcloud" 82 68 url = "https://soundcloud.com/wobblybrian" 83 - weight = 8 69 + weight = 6 84 70 [menu.social.params] 85 71 handle = "wobblybrian" 86 72 87 - [[menu.social]] 88 - name = "steam" 89 - url = "https://steamcommunity.com/id/wobblybrian/" 90 - weight = 9 91 - [menu.social.params] 92 - handle = "wobblybrian"