是否可以在ghost中为不同的类别设置不同的页面?
是的,你可以。 Ghost 中的类别称为标签,tag pages and for templates.
解释一下,每个标签都有一个 'slug' 组成 url。例如。安装 Ghost 时已经包含的默认标记是 'Getting Started',其中包含 'getting-started'。可以在 yourblog.com/tag/getting-started/ 访问标签页,您可以使用文件名 tag-getting-started.hbs 为其创建模板。
yourblog.com/tag/getting-started/
tag-getting-started.hbs
注意:添加文件后需要重启Ghost才能检测到新模板。