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

https://github.com/madnight/blog


https://github.com/madnight/blog

blog hexo-site serverless static-site

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Personal Blog
[![](https://travis-ci.org/madnight/blog.svg)](https://travis-ci.org/madnight/blog)

based on https://hexo.io

### Theme
Customized Beautiful Hexo
https://github.com/twoyao/beautiful-hexo

### Install
```bash
yarn global add hexo-cli
yarn install
```

### Develop
```bash
npm run dev
```

### Deploy
The blog is auto deployed via travis-ci on push to master.

Manual deploy goes as follows.
```bash
# build and deploy to gh-pages branch
npm run deploy
```

https://hexo.io/docs/deployment.html