How to set custom theme octopress in gh-pages? -
i install octopress gh-pages , install custom theme, theme not working - foozzi.github.io
but locally theme working! localhost:4000 how fix this?
if see locally means did generated content correctly.
you need this:
# rebuild theme rake generate # add & commit changes git git add . && git commit -m "updates..." # deploy server rake deploy your current site not have theme

Comments
Post a Comment