Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/advancedcat/hexoblog
https://github.com/advancedcat/hexoblog
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/advancedcat/hexoblog
- Owner: AdvancedCat
- Created: 2017-03-01T15:56:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T00:48:30.000Z (about 2 years ago)
- Last Synced: 2023-05-14T16:23:10.529Z (over 1 year ago)
- Language: CSS
- Size: 6.21 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flame Blog
Hi my dear friend
Welcome to my blog, you'll have a nice journey here.Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [documentation](https://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](https://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues).
## Quick Start
### 新建文章
``` bash
$ hexo new [layout] "My New Post"
```
您可以在命令中指定文章的布局(layout),默认为 post,可以通过修改 _config.yml 中的 default_layout 参数来指定默认布局。
Hexo 有三种默认布局:post、page 和 draftMore info: [Writing](https://hexo.io/docs/writing.html)
### Run server
``` bash
$ hexo server
```More info: [Server](https://hexo.io/docs/server.html)
### Generate static files
``` bash
$ hexo generate
```More info: [Generating](https://hexo.io/docs/generating.html)
### Deploy to remote sites
``` bash
$ hexo deploy
```More info: [Deployment](https://hexo.io/docs/deployment.html)