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

enter image description here


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -