mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
Update docs
This commit is contained in:
parent
b3d166efd4
commit
f21fff4f8c
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
@ -10,7 +10,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v3
|
- uses: actions/stale@v3
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
stale-issue-message: >
|
stale-issue-message: >
|
||||||
This issue has been automatically marked as stale because lack of
|
This issue has been automatically marked as stale because lack of
|
||||||
recent activity. It will be closed if no further activity occurs. Thank you
|
recent activity. It will be closed if no further activity occurs. Thank you
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
> «NexT» is a high quality elegant [Hexo](https://hexo.io) theme. It is crafted from scratch with love.
|
> «NexT» is a high quality elegant [Hexo](https://hexo.io) theme. It is crafted from scratch with love.
|
||||||
|
|
||||||
[](https://www.npmjs.com/package/hexo-theme-next)
|
[](https://www.npmjs.com/package/hexo-theme-next)
|
||||||
[](https://hexo.io)
|
[](https://hexo.io)
|
||||||
[](https://github.com/next-theme/hexo-theme-next/blob/master/LICENSE.md)
|
[](https://github.com/next-theme/hexo-theme-next/blob/master/LICENSE.md)
|
||||||
[](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ALinter)
|
[](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ALinter)
|
||||||
[](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ATester)
|
[](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ATester)
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
> «NexT» — элегантная высококачественная тема под [Hexo](https://hexo.io). Сделана с нуля, с любовью.
|
> «NexT» — элегантная высококачественная тема под [Hexo](https://hexo.io). Сделана с нуля, с любовью.
|
||||||
|
|
||||||
[](https://www.npmjs.com/package/hexo-theme-next)
|
[](https://www.npmjs.com/package/hexo-theme-next)
|
||||||
[](https://hexo.io)
|
[](https://hexo.io)
|
||||||
[](https://github.com/next-theme/hexo-theme-next/blob/master/LICENSE.md)
|
[](https://github.com/next-theme/hexo-theme-next/blob/master/LICENSE.md)
|
||||||
[](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ALinter)
|
[](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ALinter)
|
||||||
[](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ATester)
|
[](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ATester)
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
> «NexT» 是一款风格优雅的高质量 [Hexo](https://hexo.io) 主题,自点点滴滴中用爱雕琢而成。
|
> «NexT» 是一款风格优雅的高质量 [Hexo](https://hexo.io) 主题,自点点滴滴中用爱雕琢而成。
|
||||||
|
|
||||||
[](https://www.npmjs.com/package/hexo-theme-next)
|
[](https://www.npmjs.com/package/hexo-theme-next)
|
||||||
[](https://hexo.io)
|
[](https://hexo.io)
|
||||||
[](https://github.com/next-theme/hexo-theme-next/blob/master/LICENSE.md)
|
[](https://github.com/next-theme/hexo-theme-next/blob/master/LICENSE.md)
|
||||||
[](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ALinter)
|
[](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ALinter)
|
||||||
[](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ATester)
|
[](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ATester)
|
||||||
|
|||||||
@ -6,7 +6,7 @@ module.exports = hexo => {
|
|||||||
const data = hexo.locals.get('data');
|
const data = hexo.locals.get('data');
|
||||||
|
|
||||||
if (data.next) {
|
if (data.next) {
|
||||||
hexo.log.warn('`next.yml` is deprecated. Please upgrade to Hexo 5.0 and use `_config.next.yml` instead.');
|
hexo.log.warn('`next.yml` is deprecated. Please upgrade to Hexo 5 or later and use `_config.next.yml` instead.');
|
||||||
hexo.log.warn('Documentation: https://theme-next.js.org/docs/getting-started/configuration.html');
|
hexo.log.warn('Documentation: https://theme-next.js.org/docs/getting-started/configuration.html');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user