fncnt / vncnt-hugo

a simple theme for hugo.
MIT License
66 stars 33 forks source link

Adding icons #3

Closed M-Brody closed 5 years ago

M-Brody commented 5 years ago

Thanks for your work on this landing page template!

I'm trying to add an icon next to the twitter icon for strava. I have configured my config.toml and included the url to my strava page. I also noticed that the strava icon is included in the all.mine.css file. But it does not show up when I push and redeploy.

How do I pull the icon from that css file and display it as a clickable option?

I also could just be dense (I'm very new to website dev) but the url's I input into my config.toml for twitter and GitHub do not seem to be working. Any help would be appreciated! Thank you!

https://github.com/M-Brody/mattbrody-website

fncnt commented 5 years ago

I made some patches that hopefully should be self-explanatory. You can apply them to your HEAD (as of now) by typing:

git am *.patch

This will automatically commit those patches. If you want to be safe, use

git apply some-patch.patch

and commit the changes yourself.

Also, these two links might be interesting to you.

I'll update the README.md file in my repo to include detailed instructions about modifying the contact section when I got more time to spare ;)