Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslanjaka committed Oct 5, 2024
1 parent a6cfcf1 commit ad00a2c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
Binary file modified releases/hexo.tgz
Binary file not shown.
50 changes: 25 additions & 25 deletions releases/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ because of HexoJS doesnt accept my PR, i bundled my improved version of hexo.

| package name | commit |
| :--- | :--- |
| hexo | [a0ab64a3](https://github.com/dimaslanjaka/hexo/commit/a0ab64a3) [![Coverage Status](https://coveralls.io/repos/github/dimaslanjaka/hexo/badge.svg)](https://coveralls.io/github/dimaslanjaka/hexo) |
| hexo | [cf25c0a2](https://github.com/dimaslanjaka/hexo/commit/cf25c0a2) [![Coverage Status](https://coveralls.io/repos/github/dimaslanjaka/hexo/badge.svg)](https://coveralls.io/github/dimaslanjaka/hexo) |
| hexo-asset-link | [1957ca7](https://github.com/dimaslanjaka/hexo-asset-link/commit/1957ca7) |
| hexo-cli | [053e90f](https://github.com/dimaslanjaka/hexo-cli/commit/053e90f) |
| hexo-front-matter | [8dd6b4d](https://github.com/dimaslanjaka/hexo-front-matter/commit/8dd6b4d) |
Expand All @@ -18,24 +18,24 @@ Installation with command line interface

using `npm`
```bash
npm i hexo@https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo.tgz
npm i hexo-asset-link@https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-asset-link.tgz
npm i hexo@https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo.tgz
npm i hexo-asset-link@https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-asset-link.tgz
npm i hexo-cli@https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-cli.tgz
npm i hexo-front-matter@https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-front-matter.tgz
npm i hexo-log@https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-log.tgz
npm i hexo-util@https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-util.tgz
npm i warehouse@https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/warehouse.tgz
npm i hexo-front-matter@https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-front-matter.tgz
npm i hexo-log@https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-log.tgz
npm i hexo-util@https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-util.tgz
npm i warehouse@https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/warehouse.tgz
```

using `yarn`
```bash
yarn add hexo@https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo.tgz
yarn add hexo-asset-link@https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-asset-link.tgz
yarn add hexo@https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo.tgz
yarn add hexo-asset-link@https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-asset-link.tgz
yarn add hexo-cli@https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-cli.tgz
yarn add hexo-front-matter@https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-front-matter.tgz
yarn add hexo-log@https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-log.tgz
yarn add hexo-util@https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-util.tgz
yarn add warehouse@https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/warehouse.tgz
yarn add hexo-front-matter@https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-front-matter.tgz
yarn add hexo-log@https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-log.tgz
yarn add hexo-util@https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-util.tgz
yarn add warehouse@https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/warehouse.tgz

```

Expand Down Expand Up @@ -72,13 +72,13 @@ package.json
{
"name": "your package name",
"resolutions": {
"hexo": "https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo.tgz",
"hexo-asset-link": "https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-asset-link.tgz",
"hexo": "https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo.tgz",
"hexo-asset-link": "https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-asset-link.tgz",
"hexo-cli": "https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-cli.tgz",
"hexo-front-matter": "https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-front-matter.tgz",
"hexo-log": "https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-log.tgz",
"hexo-util": "https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-util.tgz",
"warehouse": "https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/warehouse.tgz"
"hexo-front-matter": "https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-front-matter.tgz",
"hexo-log": "https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-log.tgz",
"hexo-util": "https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-util.tgz",
"warehouse": "https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/warehouse.tgz"
}
}
```
Expand All @@ -94,13 +94,13 @@ package.json
{
"name": "your package name",
"overrides": {
"hexo": "https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo.tgz",
"hexo-asset-link": "https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-asset-link.tgz",
"hexo": "https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo.tgz",
"hexo-asset-link": "https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-asset-link.tgz",
"hexo-cli": "https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-cli.tgz",
"hexo-front-matter": "https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-front-matter.tgz",
"hexo-log": "https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-log.tgz",
"hexo-util": "https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/hexo-util.tgz",
"warehouse": "https://github.com/dimaslanjaka/hexo/raw/ff7502c9/releases/warehouse.tgz"
"hexo-front-matter": "https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-front-matter.tgz",
"hexo-log": "https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-log.tgz",
"hexo-util": "https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/hexo-util.tgz",
"warehouse": "https://github.com/dimaslanjaka/hexo/raw/a6cfcf19/releases/warehouse.tgz"
}
}
```

0 comments on commit ad00a2c

Please sign in to comment.