Skip to content

Commit

Permalink
chore: transfer to hexojs
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Apr 14, 2024
1 parent 7dc1913 commit 5108416
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Create-Hexo

[![GitHub Tag](https://img.shields.io/github/v/tag/uiolee/create-hexo?logo=github)](https://github.com/uiolee/create-hexo/tags)
[![GitHub Release](https://img.shields.io/github/v/release/uiolee/create-hexo?logo=github)](https://github.com/uiolee/create-hexo/releases)
[![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)
[![GitHub top language](https://img.shields.io/github/languages/top/uiolee/create-hexo?logo=github)](#create-hexo)
[![Coverage Status](https://coveralls.io/repos/github/uiolee/create-hexo/badge.svg?branch=main)](https://coveralls.io/github/uiolee/create-hexo?branch=main)
[![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)
[![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)
[![GitHub Tag](https://img.shields.io/github/v/tag/hexojs/create-hexo?logo=github)](https://github.com/hexojs/create-hexo/tags)
[![GitHub Release](https://img.shields.io/github/v/release/hexojs/create-hexo?logo=github)](https://github.com/hexojs/create-hexo/releases)
[![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)
[![GitHub top language](https://img.shields.io/github/languages/top/hexojs/create-hexo?logo=github)](#create-hexo)
[![Coverage Status](https://coveralls.io/repos/github/hexojs/create-hexo/badge.svg?branch=main)](https://coveralls.io/github/hexojs/create-hexo?branch=main)
[![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)
[![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)

> Hexo site initializer.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"hexo",
"initializer"
],
"homepage": "https://github.com/uiolee/create-hexo",
"homepage": "https://github.com/hexojs/create-hexo",
"bugs": {
"url": "https://github.com/uiolee/create-hexo/issues"
"url": "https://github.com/hexojs/create-hexo/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uiolee/create-hexo.git"
"url": "git+https://github.com/hexojs/create-hexo.git"
},
"license": "MPL-2.0",
"author": "uiolee (https://github.com/uiolee)",
Expand Down

0 comments on commit 5108416

Please sign in to comment.