Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flyyang/blog

source code of my blog
https://github.com/flyyang/blog

Last synced: 2 months ago
JSON representation

source code of my blog

Awesome Lists containing this project

README

        

Source code for my blog: [https://flyyang.me](https://flyyang.me)

## Setup

1. Install deps

```
npm install
```

2. Run server

```
# This step is optional
hexo server
```

3. Write post

```
hexo new post "your-post-name"
```

4. Deploy to github

```
npm run deploy
```