https://github.com/madnight/blog
https://github.com/madnight/blog
blog hexo-site serverless static-site
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/madnight/blog
- Owner: madnight
- Created: 2016-11-24T21:26:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T11:10:46.000Z (about 2 years ago)
- Last Synced: 2024-04-13T09:18:54.811Z (almost 2 years ago)
- Topics: blog, hexo-site, serverless, static-site
- Language: JavaScript
- Homepage: https://beuke.org
- Size: 12.1 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Blog
[](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