Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/layouwen/blog
Personal blog built on hexo. 基于 hexo 搭建的个人博客.
https://github.com/layouwen/blog
Last synced: 2 days ago
JSON representation
Personal blog built on hexo. 基于 hexo 搭建的个人博客.
- Host: GitHub
- URL: https://github.com/layouwen/blog
- Owner: Layouwen
- Created: 2024-08-30T09:53:29.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-13T14:03:22.000Z (5 days ago)
- Last Synced: 2024-11-13T14:34:34.437Z (5 days ago)
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog
记录自己的一些日记 & 技术文章 & 学习笔记等
## Usage
安装依赖
```bash
pnpm i
```启动本地服务
```bash
pnpm dev
```创建新文章
```bash
pnpm new
```