Skip to content

Commit 5108416

Browse files
committed
chore: transfer to hexojs
1 parent 7dc1913 commit 5108416

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Create-Hexo
22

3-
[![GitHub Tag](https://img.shields.io/github/v/tag/uiolee/create-hexo?logo=github)](https://github.com/uiolee/create-hexo/tags)
4-
[![GitHub Release](https://img.shields.io/github/v/release/uiolee/create-hexo?logo=github)](https://github.com/uiolee/create-hexo/releases)
5-
[![GitHub commits since latest release](https://img.shields.io/github/commits-since/uiolee/create-hexo/latest?include_prereleases&sort=semver&logo=github)](https://github.com/uiolee/create-hexo/compare/...main)
6-
[![GitHub top language](https://img.shields.io/github/languages/top/uiolee/create-hexo?logo=github)](#create-hexo)
7-
[![Coverage Status](https://coveralls.io/repos/github/uiolee/create-hexo/badge.svg?branch=main)](https://coveralls.io/github/uiolee/create-hexo?branch=main)
8-
[![CI](https://github.com/uiolee/create-hexo/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/uiolee/create-hexo/actions/workflows/ci.yml)
9-
[![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/uiolee/create-hexo?logo=librariesdotio)](https://libraries.io/github/uiolee/create-hexo#dependencies)
3+
[![GitHub Tag](https://img.shields.io/github/v/tag/hexojs/create-hexo?logo=github)](https://github.com/hexojs/create-hexo/tags)
4+
[![GitHub Release](https://img.shields.io/github/v/release/hexojs/create-hexo?logo=github)](https://github.com/hexojs/create-hexo/releases)
5+
[![GitHub commits since latest release](https://img.shields.io/github/commits-since/hexojs/create-hexo/latest?include_prereleases&sort=semver&logo=github)](https://github.com/hexojs/create-hexo/compare/...main)
6+
[![GitHub top language](https://img.shields.io/github/languages/top/hexojs/create-hexo?logo=github)](#create-hexo)
7+
[![Coverage Status](https://coveralls.io/repos/github/hexojs/create-hexo/badge.svg?branch=main)](https://coveralls.io/github/hexojs/create-hexo?branch=main)
8+
[![CI](https://github.com/hexojs/create-hexo/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/hexojs/create-hexo/actions/workflows/ci.yml)
9+
[![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/hexojs/create-hexo?logo=librariesdotio)](https://libraries.io/github/hexojs/create-hexo#dependencies)
1010

1111
> Hexo site initializer.
1212

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"hexo",
77
"initializer"
88
],
9-
"homepage": "https://github.com/uiolee/create-hexo",
9+
"homepage": "https://github.com/hexojs/create-hexo",
1010
"bugs": {
11-
"url": "https://github.com/uiolee/create-hexo/issues"
11+
"url": "https://github.com/hexojs/create-hexo/issues"
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/uiolee/create-hexo.git"
15+
"url": "git+https://github.com/hexojs/create-hexo.git"
1616
},
1717
"license": "MPL-2.0",
1818
"author": "uiolee (https://github.com/uiolee)",

0 commit comments

Comments
 (0)