https://github.com/a-wing/blog
新一的个人博客
https://github.com/a-wing/blog
blog blog-article blogpost
Last synced: 6 months ago
JSON representation
新一的个人博客
- Host: GitHub
- URL: https://github.com/a-wing/blog
- Owner: a-wing
- Created: 2018-02-06T12:27:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T22:26:10.000Z (7 months ago)
- Last Synced: 2025-03-27T12:46:43.287Z (7 months ago)
- Topics: blog, blog-article, blogpost
- Homepage: https://a-wing.top/
- Size: 43.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 个人博客

地址: [a-wing.top](https://a-wing.top/)
## 安装
```bash
npm install
```## 新建
```bash
npx hexo new "New Blog"
```## 预览
```bash
npm run server
```## 构建
```bash
npm run build
```