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:
|
||||
- uses: actions/stale@v3
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
stale-issue-message: >
|
||||
This issue has been automatically marked as stale because lack of
|
||||
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.
|
||||
|
||||
[](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/actions?query=workflow%3ALinter)
|
||||
[](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ATester)
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
> «NexT» — элегантная высококачественная тема под [Hexo](https://hexo.io). Сделана с нуля, с любовью.
|
||||
|
||||
[](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/actions?query=workflow%3ALinter)
|
||||
[](https://github.com/next-theme/hexo-theme-next/actions?query=workflow%3ATester)
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
> «NexT» 是一款风格优雅的高质量 [Hexo](https://hexo.io) 主题,自点点滴滴中用爱雕琢而成。
|
||||
|
||||
[](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/actions?query=workflow%3ALinter)
|
||||
[](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');
|
||||
|
||||
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');
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user