https://github.com/getgridea/hve-notes-theme-starter
Hve Notes 主题开发样板(废弃)
https://github.com/getgridea/hve-notes-theme-starter
blog-theme ejs gulp hve-notes less
Last synced: 3 months ago
JSON representation
Hve Notes 主题开发样板(废弃)
- Host: GitHub
- URL: https://github.com/getgridea/hve-notes-theme-starter
- Owner: getgridea
- Created: 2019-01-14T02:21:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T07:42:26.000Z (about 7 years ago)
- Last Synced: 2025-01-01T22:43:31.953Z (about 1 year ago)
- Topics: blog-theme, ejs, gulp, hve-notes, less
- Language: CSS
- Homepage:
- Size: 342 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hve-notes-theme-starter
**Hve Notes** 主题开发样板
主题开发文档:[文档 - 主题开发](http://hvenotes.fehey.com/docs/theme.html)
`source` 文件夹里进行开发,开发完成后,根据主题变量文档,创建一个主题文件夹,例如项目中的 `fly` 文件夹,进行变量替换,最后将主题文件夹复制到应用的 `thems` 文件夹即可
## Gulp commands
```bash
gulp // Run build & watch & browserSync
# gulp build
# gulp build --prod
```
如果你有好的主题开发实践,欢迎 PR,共同调整此样板
Enjoy~