https://github.com/softwareking/blog-1
https://github.com/softwareking/blog-1
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/softwareking/blog-1
- Owner: SoftwareKing
- Created: 2017-06-15T08:52:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T02:05:52.000Z (about 9 years ago)
- Last Synced: 2025-05-16T14:11:53.832Z (about 1 year ago)
- Language: JavaScript
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##### 安装
安装 `npm install hexo -g`
升级 `npm update hexo -g`
初始化 `hexo init`
##### 命令
新建文章 `hexo n "我的博客" == hexo new "我的博客"`
发布草稿 `hexo p == hexo publish`
生成静态文件 `hexo g == hexo generate`
启动服务预览 `hexo s == hexo server`
部署 `hexo d == hexo deploy`
新建页面 `hexo new page "pageName"`
清除缓存 `hexo clean`