我刚刚在openshift上连接了一个ghost实例。然后我下载了一个新主题并将其添加到内容/主题。如何使用新的Portfolio主题替换旧主题casper?我尝试进入Makefile并更改:
theme: node_modules
@cp -r node_modules/ghost/content/themes/casper content/themes/
到
theme: node_modules
@cp -r node_modules/ghost/content/themes/Portfolio content/themes/
我在openshift和checked settings上登录管理控制台,但没有看到任何更改主题的选项。
答案 0 :(得分:0)
转到http://youropenhosturl/ghost
,您将被重定向到Ghost的管理页面。这里有一个设置按钮,可以让您更改主题。