fumblr icon indicating copy to clipboard operation
fumblr copied to clipboard

Stop fumbling with your Tumblr theme development - mashup of my own process with Thimblr

Results 4 fumblr issues
Sort by recently updated
recently updated
newest added

First it was because nokogiri failed to install. Stack trace: ``` $ bundle install Fetching gem metadata from https://rubygems.org/......... Resolving dependencies... Using rake 0.8.7 Using activesupport 2.3.5 Using bundler 1.7.7...

The theme I want to customize is the `Effector` theme. This is the html theme file: https://gist.github.com/1475351#file_theme.html And this is the compiled one: https://gist.github.com/1475351#file_compiled_theme.html Do look at the compiled file,...

I checked out the sinatra_base branch. But there ain't any place where to write sass n haml. I even tried to create a new theme `bundle exec thor fumblr:create_theme mytheme`,...

Couldn't start padrino so I got rid of the version dependencies in the gemfile. I got it to run but quickly errored: /Users/efields/Development/web/a-g/lib/parser.rb in parse string.gsub(/{block:([\w:]+)}(._?){\/block:\1}|{([\w-:]+)}/m) do |match| # TODO:add...