我们很乐意倾听你的意见和反馈,也欢迎你参与进来。
社区
贡献
欢迎任何贡献,如文档、Bug 修复和新功能。
规则
鉴于易于维护的考虑,我们制定了一些规则。
Conventional Commits Specification
请遵循 Conventional Commits Specification。
比如:
- Bug 修复:
fix: correct typos
- 新特性:
feat: add the foobar parameter
- 文档:
docs: document the foobar parameter
- 样式:
style: change the background color to blue
- 重建资源:
chore: rebuild assets
开发
本主题依赖 npm
和 Hugo Pipes,用于生成资源文件:JS、CSS、字体等。
其源码放在
assets
目录。
安装依赖
1$ cd exampleSite
2$ npm install
预览
1$ npm run serve
评论