Hi, I wanted to make a blog and now I am stuck. I tried googling for the last week, but I couldn’t get a solution to work for me.
middleman server and middleman deploy worked
after I installed via bundle install, everything worked, I had seen the site on username.github.io. I build the basic site structure and sass, pushed it to gh-pages and everything worked as expected.j
#middleman server and middleman deploy stop working
Then I made a few changes and added middleman-blog to the Gemfile, which I configured in config.rb, then I’ve pushed the site via middleman-deploy, which made the changes and I could see them on username.github.io, but after I came back the other day and wanted to start developing I got several errors.
I tried gem clean, bundler clean --force, I installed rbenv-clean which clean all gems on all installed rbenv ruby versions , removed and reinstalled rbenv versions.
The head of #middleman server, middleman, bundle exec middleman s, bundle exec middleman server
== The Middleman is loading
== Preferring use of LibSass
== Blog Sources: {year}-{month}-{day}-{title}.html (:prefix + :sources)
bundler: failed to load command: middleman (~/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/bin/middleman)
The Output from: which middleman
~/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/bin/middleman
The Output from: rbenv whence middleman
2.2.5
The Output from: rbenv which middleman
~/.rbenv/versions/2.2.5/bin/middleman
Output which bundle:
~/.rbenv/shims/bundle
I am on Fedora 24.
Could anybody help me out, or point me in a direction??
Thx in advance!!!
Chris