I want to add my Soundcloud link in the footer of my jeyll blog.
I am able to do it for the github and instagram accounts, as follows:
Firstly, the soundcloud svg is not present in jekyll by default. I downloaded the soundcloud’s svg and added in the minima-social-icons.svg file. This file is present in _site/assests folder.
I added the following line in the _config.yml file: soundlcoud_username: Account3. But neither the svg nor the link appears in the footer.
Any help on how to add soundcloud account in the front-page footer be helpful.
The template file for the footer needs to support addition of new social media links. You should provide access to your code for any resolution.
Please provide access to your source code.
Jekyll by default provides the svg for instagram and facebook as such. I want the same svg configuartion for soundcloud, so that it can appear in the footer.
Even if I do share the repository, you won’t be able to see the _site folder as it is in .gitignore file. The only thing avaliable is the config.ymlwhich I can share.