https://github.com/zenser/zenser.github.io
个人博客
https://github.com/zenser/zenser.github.io
Last synced: 6 months ago
JSON representation
个人博客
- Host: GitHub
- URL: https://github.com/zenser/zenser.github.io
- Owner: Zenser
- Created: 2020-06-23T12:23:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T10:03:06.000Z (over 3 years ago)
- Last Synced: 2025-05-14T16:49:01.790Z (about 1 year ago)
- Language: HTML
- Size: 6.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shuai blog
##写文章
```bash
hexo new [layout]
```
layout:
| layout | path |
| ----- | --------------- |
| post | source/\_posts |
| page | source |
| draft | source/\_drafts |
##编译
```bash
hexo generate
```
##部署(直接部署到远程 web 托管)
```bash
hexo deploy
```
##编译+部署
```bash
hexo g -d
```