Skip to content

Commit aa3c38f

Browse files
committed
docs(README): update badges
1 parent 781aa55 commit aa3c38f

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# create-hexo
1+
# Create-Hexo
22

3-
![npm](https://img.shields.io/npm/v/create-hexo?link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fcreate-hexo)
4-
![node-current](https://img.shields.io/node/v/create-hexo)
5-
![npm-download](https://img.shields.io/npm/dm/create-hexo)
6-
[![CI](https://github.com/uiolee/create-hexo/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/uiolee/create-hexo/actions/workflows/ci.yml)
3+
[![npm](https://img.shields.io/npm/v/create-hexo?style=flat-square)](https://www.npmjs.com/package/create-hexo)
4+
[![npm-download](https://img.shields.io/npm/dm/create-hexo)](https://www.npmjs.com/package/create-hexo)
5+
[![node-current](https://img.shields.io/node/v/create-hexo)](https://nodejs.org/)
6+
[![CI](https://github.com/uiolee/create-hexo/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/uiolee/create-hexo/actions/workflows/ci.yml?query=event%3Apush+branch%3Amain)
77

8-
> Hexo site initializer
8+
> Hexo site initializer.
99
1010
## Usage
1111

@@ -17,6 +17,8 @@ pnpm create hexo [path]
1717
# pnpm dlx create-hexo [path]
1818
```
1919

20+
> [pnpm.io](https://pnpm.io/)
21+
2022
### npm
2123

2224
```bash
@@ -26,6 +28,8 @@ npm init hexo [path]
2628
# npx create-hexo [path]
2729
```
2830

31+
> [npm init](https://docs.npmjs.com/cli/commands/npm-init)
32+
2933
### Yarn
3034

3135
```bash

0 commit comments

Comments
 (0)