ghost-to-gatsby:CLI将虚幻导出转换为gatsby页面

时间:2024-05-20 15:53:31
【文件属性】:

文件名称:ghost-to-gatsby:CLI将虚幻导出转换为gatsby页面

文件大小:60KB

文件格式:ZIP

更新时间:2024-05-20 15:53:31

JavaScript

鬼到盖比 :construction: 一个将Ghost 0.11导出转换为gatsby页面的CLI :construction: 问题 我开始考虑将博客从迁移到 ,但不想手动迁移内容。 我快速浏览了一下,但找不到能为我做到这一点的工具。 解决方案 这是一个简单的cli,需要进行并为每个帖子创建一个页面。 示例输出。 pages │ └───2017-01-01-getting-started │ │ index.md │ └───2017-03-01-another-post │ index.md 安装 npm install -g ghost-to-gatsby 用法 ghost-to-gatsby [options] Options: -V, --version output the version number --out-dir

The output


【文件预览】:
ghost-to-gatsby-master
----.eslintrc(599B)
----.flowconfig(58B)
----yarn.lock(115KB)
----.prettierignore(42B)
----src()
--------extract-images.js(635B)
--------create-page.js(3KB)
--------index.js(1KB)
--------types.js(3KB)
--------create-pages.js(2KB)
----.babelrc(161B)
----flow-typed()
--------npm()
----.travis.yml(57B)
----.yarnrc(16B)
----LICENSE(1KB)
----.prettierrc(54B)
----README.md(1KB)
----.editorconfig(240B)
----.gitignore(587B)
----package.json(1KB)

网友评论