2016-01-27 50 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

相關問題