Hugo Strava Icon
Hugo mentions on its Github repository how to add custom social icons.
So, all you really need to do is to first download a Strava svg ( for my use case :D ) - I got one from simpleicons.org.
Then, open the downloaded .svg ith a text editor and copy the line inside it.
As the Hugo page mentions, paste that into your website’s svg.html file, transforming it as you like. Notice how your theme of choice handles the existing .svg icons and do the same.
Then, you can just add another social
block in your config file and test it!
5 minutes, voila Strava !