An open API service indexing awesome lists of open source software.

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 主题开发样板(废弃)

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~