mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
Update docs
This commit is contained in:
parent
f1aa098773
commit
ce0569cfa3
4
.github/ISSUE_TEMPLATE/other.md
vendored
4
.github/ISSUE_TEMPLATE/other.md
vendored
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: Other
|
name: Other
|
||||||
about: Not a question, feature request or bug report
|
about: Not a feature request or bug report
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: Question
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
65
.github/ISSUE_TEMPLATE/question.md
vendored
65
.github/ISSUE_TEMPLATE/question.md
vendored
@ -1,65 +0,0 @@
|
|||||||
---
|
|
||||||
name: Question
|
|
||||||
about: I have a question for NexT (e.g. Customize)
|
|
||||||
title: ''
|
|
||||||
labels: Question
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Please follow this Issue template to provide relevant information, such as source code repository, website URL and screenshots, which will help us investigate.
|
|
||||||
请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行调查。
|
|
||||||
|
|
||||||
## Issue Checklist <!-- 我确认我已经查看了 -->
|
|
||||||
<!-- Change [ ] to [x] to select (将 [ ] 换成 [x] 来选择) -->
|
|
||||||
|
|
||||||
- [ ] I am using NexT version 8.0 or later.
|
|
||||||
- [ ] I have already read the relevant documents of [Hexo](https://hexo.io/docs/) and [NexT](https://theme-next.js.org/docs/).
|
|
||||||
- [ ] I have already searched for current [issues](https://github.com/next-theme/hexo-theme-next/issues), which does not help me.
|
|
||||||
|
|
||||||
***
|
|
||||||
|
|
||||||
## Expected behavior <!-- 预期行为 -->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Actual behavior <!-- 实际行为 -->
|
|
||||||
<!-- Please provide the following information (请同时提供网站链接和屏幕截图) -->
|
|
||||||
|
|
||||||
- Links to demo site with this issue:
|
|
||||||
- Links to repository or source code of the blog:
|
|
||||||
- Screenshots:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Steps to reproduce the behavior <!-- 重现步骤 -->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Environment Information
|
|
||||||
|
|
||||||
### Node.js and NPM Information
|
|
||||||
<!-- Paste output from `node -v && npm -v` (粘贴 `node -v && npm -v` 输出的信息) -->
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
### Package dependencies Information
|
|
||||||
<!-- Paste output from `npm ls --depth 0` in Hexo root directory (粘贴在 Hexo 根目录下 `npm ls --depth 0` 输出的信息) -->
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
### Hexo Configuration
|
|
||||||
<!-- Paste configuration from Hexo `_config.yml` (粘贴 Hexo `_config.yml` 中的内容) -->
|
|
||||||
```yml
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
### NexT Configuration
|
|
||||||
<!-- Paste ONLY CHANGED CONFIGURATION from NexT `_config.yml` (只粘贴 NexT 主题配置文件 `_config.yml` 中修改过的部分) -->
|
|
||||||
```yml
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
## Other Information <!-- e.g. Browser, System -->
|
|
||||||
@ -110,7 +110,7 @@ $ git pull
|
|||||||
## Feedback
|
## Feedback
|
||||||
|
|
||||||
* Visit the [Awesome NexT][awesome-next-url] list to share plugins and tutorials with other users.
|
* Visit the [Awesome NexT][awesome-next-url] list to share plugins and tutorials with other users.
|
||||||
* Join our [Gitter][gitter-url] chats.
|
* Join our [GitHub discussions][discussions-url] / [Gitter][gitter-url] chats.
|
||||||
* [Add or improve translation][i18n-url] in few seconds.
|
* [Add or improve translation][i18n-url] in few seconds.
|
||||||
* Report a bug in [GitHub Issues][issues-bug-url].
|
* Report a bug in [GitHub Issues][issues-bug-url].
|
||||||
* Request a new feature on [GitHub][issues-feat-url].
|
* Request a new feature on [GitHub][issues-feat-url].
|
||||||
@ -152,10 +152,11 @@ Also, we welcome Issue or PR to our [official-plugins][official-plugins-url].
|
|||||||
[docs-release-url]: https://github.com/next-theme/hexo-theme-next/releases
|
[docs-release-url]: https://github.com/next-theme/hexo-theme-next/releases
|
||||||
[docs-upgrade-url]: https://theme-next.js.org/docs/getting-started/upgrade.html
|
[docs-upgrade-url]: https://theme-next.js.org/docs/getting-started/upgrade.html
|
||||||
|
|
||||||
|
[awesome-next-url]: https://github.com/next-theme/awesome-next
|
||||||
|
[discussions-url]: https://github.com/next-theme/hexo-theme-next/discussions
|
||||||
[gitter-url]: https://gitter.im/hexo-next
|
[gitter-url]: https://gitter.im/hexo-next
|
||||||
[i18n-url]: https://crowdin.com/project/hexo-theme-next
|
[i18n-url]: https://crowdin.com/project/hexo-theme-next
|
||||||
|
|
||||||
[awesome-next-url]: https://github.com/next-theme/awesome-next
|
|
||||||
[issues-bug-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Bug&template=bug-report.md
|
[issues-bug-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Bug&template=bug-report.md
|
||||||
[issues-feat-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Feature+Request&template=feature-request.md
|
[issues-feat-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Feature+Request&template=feature-request.md
|
||||||
[feat-req-vote-url]: https://github.com/next-theme/hexo-theme-next/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22
|
[feat-req-vote-url]: https://github.com/next-theme/hexo-theme-next/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22
|
||||||
|
|||||||
@ -767,11 +767,11 @@ tidio:
|
|||||||
# See: https://theme-next.js.org/docs/tag-plugins/
|
# See: https://theme-next.js.org/docs/tag-plugins/
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
|
|
||||||
# Note tag (bs-callout)
|
# Note tag (bootstrap callout)
|
||||||
note:
|
note:
|
||||||
# Note tag style values:
|
# Note tag style values:
|
||||||
# - simple bs-callout old alert style. Default.
|
# - simple bootstrap callout old alert style. Default.
|
||||||
# - modern bs-callout new (v2-v3) alert style.
|
# - modern bootstrap callout new (v2-v3) alert style.
|
||||||
# - flat flat callout style with background, like on Mozilla or StackOverflow.
|
# - flat flat callout style with background, like on Mozilla or StackOverflow.
|
||||||
# - disabled disable all CSS styles import of note tag.
|
# - disabled disable all CSS styles import of note tag.
|
||||||
style: simple
|
style: simple
|
||||||
|
|||||||
@ -113,7 +113,7 @@ $ git pull
|
|||||||
## Обратная связь
|
## Обратная связь
|
||||||
|
|
||||||
* Посетите [Awesome NexT][awesome-next-url] список.
|
* Посетите [Awesome NexT][awesome-next-url] список.
|
||||||
* Вступить в наши [Gitter][gitter-url] чаты.
|
* Вступить в наши [GitHub discussions][discussions-url] / [Gitter][gitter-url] чаты.
|
||||||
* [Добавить или улучшить перевод][i18n-url] за несколько секунд.
|
* [Добавить или улучшить перевод][i18n-url] за несколько секунд.
|
||||||
* Сообщить об ошибке в разделе [GitHub Issues][issues-bug-url].
|
* Сообщить об ошибке в разделе [GitHub Issues][issues-bug-url].
|
||||||
* Запросить новую возможность на [GitHub][issues-feat-url].
|
* Запросить новую возможность на [GitHub][issues-feat-url].
|
||||||
@ -155,10 +155,11 @@ Also, we welcome Issue or PR to our [official-plugins][official-plugins-url].
|
|||||||
[docs-release-url]: https://github.com/next-theme/hexo-theme-next/releases
|
[docs-release-url]: https://github.com/next-theme/hexo-theme-next/releases
|
||||||
[docs-upgrade-url]: https://theme-next.js.org/docs/getting-started/upgrade.html
|
[docs-upgrade-url]: https://theme-next.js.org/docs/getting-started/upgrade.html
|
||||||
|
|
||||||
|
[awesome-next-url]: https://github.com/next-theme/awesome-next
|
||||||
|
[discussions-url]: https://github.com/next-theme/hexo-theme-next/discussions
|
||||||
[gitter-url]: https://gitter.im/hexo-next
|
[gitter-url]: https://gitter.im/hexo-next
|
||||||
[i18n-url]: https://crowdin.com/project/hexo-theme-next
|
[i18n-url]: https://crowdin.com/project/hexo-theme-next
|
||||||
|
|
||||||
[awesome-next-url]: https://github.com/next-theme/awesome-next
|
|
||||||
[issues-bug-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Bug&template=bug-report.md
|
[issues-bug-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Bug&template=bug-report.md
|
||||||
[issues-feat-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Feature+Request&template=feature-request.md
|
[issues-feat-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Feature+Request&template=feature-request.md
|
||||||
[feat-req-vote-url]: https://github.com/next-theme/hexo-theme-next/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22
|
[feat-req-vote-url]: https://github.com/next-theme/hexo-theme-next/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22
|
||||||
|
|||||||
@ -110,7 +110,7 @@ $ git pull
|
|||||||
## 反馈
|
## 反馈
|
||||||
|
|
||||||
* 浏览 [Awesome NexT][awesome-next-url] 列表,与其它用户分享插件和教程。
|
* 浏览 [Awesome NexT][awesome-next-url] 列表,与其它用户分享插件和教程。
|
||||||
* 加入我们的 [Gitter][gitter-url] 聊天。
|
* 加入我们的 [GitHub discussions][discussions-url] / [Gitter][gitter-url] 聊天。
|
||||||
* 请花几秒钟来[添加或修正翻译][i18n-url]。
|
* 请花几秒钟来[添加或修正翻译][i18n-url]。
|
||||||
* 在 [GitHub Issues][issues-bug-url] 报告Bug。
|
* 在 [GitHub Issues][issues-bug-url] 报告Bug。
|
||||||
* 在 [GitHub][issues-feat-url] 请求新的功能。
|
* 在 [GitHub][issues-feat-url] 请求新的功能。
|
||||||
@ -152,10 +152,11 @@ $ git pull
|
|||||||
[docs-release-url]: https://github.com/next-theme/hexo-theme-next/releases
|
[docs-release-url]: https://github.com/next-theme/hexo-theme-next/releases
|
||||||
[docs-upgrade-url]: https://theme-next.js.org/docs/getting-started/upgrade.html
|
[docs-upgrade-url]: https://theme-next.js.org/docs/getting-started/upgrade.html
|
||||||
|
|
||||||
|
[awesome-next-url]: https://github.com/next-theme/awesome-next
|
||||||
|
[discussions-url]: https://github.com/next-theme/hexo-theme-next/discussions
|
||||||
[gitter-url]: https://gitter.im/hexo-next
|
[gitter-url]: https://gitter.im/hexo-next
|
||||||
[i18n-url]: https://crowdin.com/project/hexo-theme-next
|
[i18n-url]: https://crowdin.com/project/hexo-theme-next
|
||||||
|
|
||||||
[awesome-next-url]: https://github.com/next-theme/awesome-next
|
|
||||||
[issues-bug-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Bug&template=bug-report.md
|
[issues-bug-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Bug&template=bug-report.md
|
||||||
[issues-feat-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Feature+Request&template=feature-request.md
|
[issues-feat-url]: https://github.com/next-theme/hexo-theme-next/issues/new?assignees=&labels=Feature+Request&template=feature-request.md
|
||||||
[feat-req-vote-url]: https://github.com/next-theme/hexo-theme-next/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22
|
[feat-req-vote-url]: https://github.com/next-theme/hexo-theme-next/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature+Request%22
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user