I am attempting to set up a Ruhoh blog (like Jekyll), not super well versed in command line, but the docs claim it's very beginner friendly.
I have gotten to the bundle exec rackup -p 9292
which will run a Ruby server for the static pages to be served on. But, I keep getting an error:
/usr/local/rvm/gems/ruby-2.1.1/bundler/gems/ruhoh.rb-1c7df99c4149/lib/ruhoh/parse.rb:29:in `rescue in page_file':
Error trying to read meta-data from /Users/Austen/blog-v2/themes/twitter/media/glyphicons-halflings-white.png. Check your folder configuration.
Error details: invalid byte sequence in UTF-8 (RuntimeError)
Why does this happen when following the standard procedure?