Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flyyang/blog
- Owner: flyyang
- Created: 2017-04-14T10:53:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T21:28:50.000Z (over 1 year ago)
- Last Synced: 2024-08-03T09:08:34.114Z (6 months ago)
- Language: JavaScript
- Homepage: https://flyyang.me
- Size: 2.7 MB
- Stars: 34
- Watchers: 3
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - blog
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
```