mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
47 lines
2.1 KiB
Markdown
47 lines
2.1 KiB
Markdown
<!-- ATTENTION!
|
|
1. Please write pull request readme in English, thanks!
|
|
|
|
2. Always remember that NexT includes 4 schemes. And if on one of them works fine after the changes, on another scheme this changes can be broken. Muse and Mist have similar structure, but Pisces is very difference from them. Gemini is a mirror of Pisces with some styles and layouts remakes. So, please make the tests at least on two schemes (Muse or Mist and Pisces or Gemini).
|
|
|
|
3. In addition, you need to confirm that the changes made by this PR are compatible with PJAX and Dark Mode.
|
|
-->
|
|
|
|
## PR Checklist <!-- 我确认我已经查看了 -->
|
|
<!-- Change [ ] to [x] to select (将 [ ] 换成 [x] 来选择) -->
|
|
|
|
- [ ] The commit message follows [guidelines for NexT](https://github.com/next-theme/hexo-theme-next/blob/master/.github/CONTRIBUTING.md).
|
|
- [ ] Tests for the changes was maked (for bug fixes / features).
|
|
- [ ] Muse | Mist have been tested.
|
|
- [ ] Pisces | Gemini have been tested.
|
|
- [ ] [Docs](https://github.com/next-theme/theme-next-docs/tree/master/source/docs) in [NexT website](https://theme-next.js.org/docs/) have been added / updated (for features).
|
|
<!-- For adding Docs edit needed file here: https://github.com/next-theme/theme-next-docs/tree/master/source/docs and create PR with this changes here: https://github.com/next-theme/theme-next-docs/pulls -->
|
|
|
|
## PR Type
|
|
<!-- What kind of change does this PR introduce? -->
|
|
|
|
- [ ] Bugfix.
|
|
- [ ] Feature.
|
|
- [ ] Code style update (formatting, local variables).
|
|
- [ ] Refactoring (no functional changes, no api changes).
|
|
- [ ] Build & CI related changes.
|
|
- [ ] Documentation.
|
|
- [ ] Translation. <!-- We use Crowdin to manage translations https://crowdin.com/project/hexo-theme-next -->
|
|
- [ ] Other... Please describe:
|
|
|
|
## What is the current behavior?
|
|
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue -->
|
|
|
|
Issue resolved: N/A
|
|
|
|
## What is the new behavior?
|
|
<!-- Description about this pull, in several words -->
|
|
|
|
- Screenshots with this changes: N/A
|
|
- Link to demo site with this changes: N/A
|
|
|
|
### How to use?
|
|
In NexT `_config.yml`:
|
|
```yml
|
|
|
|
```
|