Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catarse/catarse-blog
Tech blog
https://github.com/catarse/catarse-blog
Last synced: 5 days ago
JSON representation
Tech blog
- Host: GitHub
- URL: https://github.com/catarse/catarse-blog
- Owner: catarse
- Created: 2015-08-18T01:19:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T03:05:31.000Z (over 9 years ago)
- Last Synced: 2024-11-09T22:39:58.579Z (2 months 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)