Skip to content

Commit

Permalink
build: update theme version
Browse files Browse the repository at this point in the history
  • Loading branch information
xwal committed Dec 7, 2024
1 parent 4c7d594 commit 8715c22
Show file tree
Hide file tree
Showing 4 changed files with 324 additions and 372 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
lts-iron
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@
### Install Hexo

```shell
$ npm install -g hexo-cli
// or
$ fnm install lts-iron
$ corepack enable
$ yarn global add hexo-cli
```

### Install Dependency

```shell
$ npm install
// or
$ yarn install
$ bundle install
```

### Upgrade Dependency to Latest Version

```shell
$ yarn upgrade --latest
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"hexo-renderer-pug": "^3.0.0",
"hexo-renderer-stylus": "^3.0.1",
"hexo-server": "^3.0.0",
"hexo-theme-next": "8.21.0",
"hexo-theme-next": "8.21.1",
"hexo-word-counter": "^0.2.0",
"hexo-wordcount": "^6.0.1",
"yarn-upgrade-all": "0.7.4"
Expand Down
Loading

0 comments on commit 8715c22

Please sign in to comment.