Skip to content

Commit

Permalink
Merge pull request #54 from curbengh/v1.0.0
Browse files Browse the repository at this point in the history
release: 1.0.0
  • Loading branch information
curbengh authored Sep 4, 2020
2 parents e154e9e + dd68bb3 commit 1e95a25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ You could also configure multiple aliases. So in the second example,
- http://example.com/foo/http://example.com/cv/
- http://example.com/bar/http://example.com/cv/

Alias must ends with `.html`, examples of valid value include:

- "about/index.html" (alias is http://example.com/about/)
- "foo/bar.html" (alias is http://example.com/foo/bar)

## Redirect

Available in post and page.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-generator-alias",
"version": "0.1.3",
"version": "1.0.0",
"description": "Alias generator for Hexo",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -36,6 +36,6 @@
"nyc": "^15.0.0"
},
"engines": {
"node": ">=8.6.0"
"node": ">=10.13.0"
}
}

0 comments on commit 1e95a25

Please sign in to comment.