eleventy plugin ghost:访问Eleventy中的Ghost Content API 源码
精灵插件 将内容作为全局数据直接导入到 。 注意:此插件当前使用Eleventy的开发版本,其中包括 ,请谨慎使用 和以了解所有操作。 安装 使用npm安装插件: npm install eleventy-plugin-ghost --save 将插件添加到您的.eleventy.js配置中,确保添加您的Ghost网址和Content API密钥。 查看Ghost文档,: const pluginGhost = require ( "eleventy-plugin-ghost" ) ; require ( "dotenv" ) . config ( ) ; const { GHOST_URL , GHOST_KEY } = process . env ; module . exports = ( eleventyConfig ) => { eleventyConfig . ad
文件列表
eleventy-plugin-ghost-main.zip
(预估有个13文件)
eleventy-plugin-ghost-main
.eleventy.js
1KB
.npmignore
4B
demo
page.njk
258B
post.njk
258B
author.njk
438B
_includes
base.njk
277B
.eleventy.js
344B
暂无评论