ghostToHugo:将 Ghost 博客导出转换为 Hugo 帖子

时间:2021-05-31 05:23:28
【文件属性】:
文件名称:ghostToHugo:将 Ghost 博客导出转换为 Hugo 帖子
文件大小:42KB
文件格式:ZIP
更新时间:2021-05-31 05:23:28
Go 鬼到雨果 ghostToHugo是一个实用程序项目,其创建允许将 Ghost 博客引擎的导出转换为 Hugo 引擎。 安装 有 2 个安装选项。 预建二进制文件 随着每个新版本的发布。 二进制文件是为大多数主要平台构建的。 您可以简单地从下载适用于您的操作系统的。 解压缩包并将其放在您路径中的某个位置,您就可以开始了。 随走取 该项目是用 Go 编写的,可以很容易地从源代码构建。 确保你已经安装并配置了 Go,然后运行: GO111MODULE=on go get github.com/jbarone/ghostToHugo@latest 这将下载、编译和安装ghostToHugo 建造最新的和最伟大的 或者,您可以直接构建: git clone http://github.com/jbarone/ghostToHugo cd ghostToHugo go install 用法
【文件预览】:
ghostToHugo-master
----.gitignore(290B)
----main.go(2KB)
----README.md(3KB)
----.github()
--------ISSUE_TEMPLATE()
----LICENSE(1KB)
----.goreleaser.yml(540B)
----go.mod(264B)
----ghosttohugo()
--------atom.go(100B)
--------post.go(4KB)
--------helper.go(752B)
--------converter.go(4KB)
--------info_test.go(3KB)
--------post_test.go(1KB)
--------atom_test.go(469B)
--------site.go(3KB)
--------card_test.go(3KB)
--------card.go(5KB)
--------info.go(1KB)
--------helper_test.go(655B)
----go.sum(60KB)
----.travis.yml(92B)
----Makefile(979B)

网友评论