https://github.com/catarse/catarse-blog
Tech blog
https://github.com/catarse/catarse-blog
Last synced: 24 days ago
JSON representation
Tech blog
- Host: GitHub
- URL: https://github.com/catarse/catarse-blog
- Owner: catarse
- Created: 2015-08-18T01:19:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T03:05:31.000Z (almost 11 years ago)
- Last Synced: 2025-02-24T00:20:16.433Z (over 1 year ago)
- Language: JavaScript
- Size: 641 KB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#catarse-blog
## Quick Start
### Create a new post
``` bash
$ hexo new "My New Post"
```
More info: [Writing](http://hexo.io/docs/writing.html)
### Run server
``` bash
$ hexo server
```
More info: [Server](http://hexo.io/docs/server.html)
### Generate static files
``` bash
$ hexo generate
```
More info: [Generating](http://hexo.io/docs/generating.html)
### Deploy to remote sites
``` bash
$ hexo deploy
```
More info: [Deployment](http://hexo.io/docs/deployment.html)