/home/arnaud/.rvm/gems/ruby-2.0.0-p353/gems/ruhoh-2.6/lib/ruhoh/parse.rb:28:in
`rescue in page_file': Error trying to read meta-data from /home/arnaud/projects/dio
/twitter/media/glyphicons-halflings.png. Check your folder configuration.
Error details: invalid byte sequence in UTF-8 (RuntimeError)
And the config.yml file has:
# Tell ruhoh which folder will model the "theme"
twitter :
# Tells ruhoh which collection class to use for this folder.
# Here we use "theme" which makes this folder the theme.
use : "theme"
This is with a vanilla blog scaffolding, straight after running:
ruhoh new dio
cd dio
bundle update
bundle exec rackup -p 8989