Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 搭建的个人博客.

Awesome Lists containing this project

README

        

# Blog

记录自己的一些日记 & 技术文章 & 学习笔记等

## Usage

安装依赖

```bash
pnpm i
```

启动本地服务

```bash
pnpm dev
```

创建新文章

```bash
pnpm new
```