Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ node_modules/.bin/hexo new news "News Title"
```

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

You can start a server locally.
```
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ theme_config:
# All available themes: https://theme-next.js.org/highlight/
theme:
light: default
dark: tomorrow-night
dark: github
prism:
light: prism
dark: prism-dark
Expand Down
2 changes: 1 addition & 1 deletion custom/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ html {
}

// reduce the vertical padding around the header bar
.header-inner {
header.header {
padding: 5px 0; // hexo-theme-next default: 10px 0
}

Expand Down
Loading