如何添加主题
How to add a theme
我刚刚在 openshift 上连接了一个 ghost 实例。然后我下载了一个新主题并将其添加到 content/themes。如何用新的 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 上登录了管理控制台,但没有看到任何更改主题的选项。
转到 http://youropenhosturl/ghost
,您将被重定向到 Ghost 的管理页面。此处有一个设置按钮,可让您更改主题。
我刚刚在 openshift 上连接了一个 ghost 实例。然后我下载了一个新主题并将其添加到 content/themes。如何用新的 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 上登录了管理控制台,但没有看到任何更改主题的选项。
转到 http://youropenhosturl/ghost
,您将被重定向到 Ghost 的管理页面。此处有一个设置按钮,可让您更改主题。