ConnorAtherton / OctoPanel

A simple, clean and responsive theme for Octopress.
MIT License
57 stars 11 forks source link

Errors #1

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hi

I'm getting errors installing OctoPanel, is it normal?

http://pastebin.com/7sBNDx5B

ConnorAtherton commented 10 years ago

In your _config.yml add this to the end

# Gravatar  
gravatar_email: your_gravatar_email

Let me know if this fixes it and I'll add it to the README

krumjahn commented 10 years ago

I'm getting the same error.

ConnorAtherton commented 10 years ago

Check the above comment and the README. You need to add in a gravatar_email variable in your config.yml. I've opened an issue with the plugin author to try and avoid this. Thanks for being patient guys and please do contribute to the theme if you can!

joeljacobson commented 10 years ago

Does not work for me with gravatar details in config.yml

ConnorAtherton commented 10 years ago

Hey Joel,

I've updated the README and I should have included gravatar.rb too. Copy it to your plugins directory and see if that works please.

I've recreated this error Liquid Exception: Unknown tag 'gravatar_image' in page and this fixed it.

krumjahn commented 10 years ago

It works!

joeljacobson commented 10 years ago

thank you, great theme.

robskrob commented 10 years ago

I've created a file called, gravatar.rb, in the plugins directory. What code do I enter there?

robskrob commented 10 years ago

Answered my own question. Basically, I just copied and pasted Connor's code from gravatar.rb into my gravatar file. works. Sweet theme, Conor.