ApostropheJS 在主页上包含撇号博客内容

ApostropheJS Include apostrophe-blog content on home page

我正在使用 apostrophe-blog 模块在我的网站上创建博客。我了解如何在我的 apostrophe-blog-pages/views/index.html 页面上包含每个博客的预览。我想在我的主页上包含我最近发布的博客的预览。有没有办法为我的主页获取我的 apostrophe-blog-pieces 数据?

安装 apostrophe-blog-widgetsapostrophe-blog 包的一部分)后,您可以通过在主页模板中的某处添加一个单例来向主页添加博客小部件,例如

{{ apos.singleton(data.page, 'blogPreview', 'apostrophe-blog') }}

然后将小部件配置为从 All 中提取,限制为 1,这将提取最近的 post。

通过覆盖自定义视图 lib/modules/apostrophe-blog/lib/modules/apostrophe-blog-widgets/widget.html