我們很樂意傾聽你的意見和反饋,也歡迎你參與進來。
社區§
貢獻§
歡迎任何貢獻,如檔案、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
評論