入门
此文档将帮助你了解如何构建你的第一个插件并在 Halo 中安装和启用。
创建插件项目
-
这是一个插件的初始模板,你可以基于它来开发自己的插件。
-
点击
Use this template
->Create a new repository
。 -
如图所示填写仓库名后点击
Create repository from template
。
你现在已经基于 Halo 插件模板创建了自己的存储库。接下来,你需要将它克隆到你的计算机上。
# clone your repository
git clone https://github.com/<your-username>/halo-plugin-hello-world.git
# enter the directory
cd halo-plugin-hello-world