hdra / pelican-cait

Theme for Pelican static site generator. Badly designed.
MIT License
47 stars 26 forks source link

Getting font awesome icons onto blog? #8

Closed Kentoseth closed 10 years ago

Kentoseth commented 10 years ago

Hello there,

I see you have implemented the "envelope/email" icon very nicely on your "contact" page. I am trying to do the same for: gautengpug.github.io

Under "Social", you will see a GitHub icon, and now I would like to implement the "envelope" icon there as well.

If you would like to see the actual code of the site, it is here:

https://github.com/gautengpug/site_generate

Your help will be much appreciated!

hdra commented 10 years ago

I am not sure what you mean, but if you want to use the envelope icon, you don't have to use the whole Pelican-cait theme. You can simply use the icon directly with font-awesome

Kentoseth commented 10 years ago

@hdra : Can you explain how this can be done:

"You can simply use the icon directly with font-awesome"?

As that is what I am trying to do, but the icon isn't showing up for some reason.

hdra commented 10 years ago

You can read more about it here: http://fortawesome.github.io/Font-Awesome/

Kentoseth commented 10 years ago

Okay thanks.