【发布时间】:2015-03-24 17:52:21
【问题描述】:
我刚刚在 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 上登录了管理控制台,但没有看到任何更改主题的选项。
【问题讨论】: