ruhoh / ruhoh.rb

http://ruhoh.com
616 stars 69 forks source link

Publish to github pages needs theme as submodule #274

Open jonphipps opened 10 years ago

jonphipps commented 10 years ago

Based on the quickstart instructions at http://ruhoh.com/docs/2/#toc_3, you git clone a theme into your local folder, master branch. Github appears to require that this be declared as a submodule, which requires a .gitmodules file, which doesn't get copied to the gh-pages branch by the github publishing plugin. Not having this file causes the gh-pages build to fail on github. If I were a Ruby person I'd give you a pull request.

Using ruhoh 2.6, ruby 2.1, github publish plugin from: https://gist.github.com/jaimalchohan/8090954

spencerriner commented 7 years ago

I'm having this same issue. Did you ever get it figured?

jonphipps commented 7 years ago

Nope. Moved on to other things.