Skip to content

Commit 48c7b6a

Browse files
authored
Bump packages to support newer node versions (#305)
1 parent 61d7301 commit 48c7b6a

File tree

5 files changed

+3343
-6984
lines changed

5 files changed

+3343
-6984
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ node_modules/.bin/hexo new news "News Title"
1212
```
1313

1414
## Testing Locally
15-
Use Node.js 16, because there are known issues with newer versions. [nvm](https://github.com/nvm-sh/nvm) is recommended.
15+
[nvm](https://github.com/nvm-sh/nvm) is recommended.
1616

1717
You can start a server locally.
1818
```

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ theme_config:
251251
# All available themes: https://theme-next.js.org/highlight/
252252
theme:
253253
light: default
254-
dark: tomorrow-night
254+
dark: github
255255
prism:
256256
light: prism
257257
dark: prism-dark

custom/styles.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ html {
4141
}
4242

4343
// reduce the vertical padding around the header bar
44-
.header-inner {
44+
header.header {
4545
padding: 5px 0; // hexo-theme-next default: 10px 0
4646
}
4747

0 commit comments

Comments
 (0)