2016-01-27 51 views

回答

0

如果您在本地看到它,则意味着您确实生成了正确的内容。

你需要这样做:

# rebuild the theme 
rake generate 

# add & commit you changes to git 
git add . && git commit -m "Updates..." 

# Now deploy it to the server 
rake deploy 

您当前的网站没有任何主题

enter image description here

相关问题