-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,20 +5,20 @@ import type * as Preset from '@docusaurus/preset-classic'; | |
// This works in Node.js - don't use client-side code (browser API, JSX, etc.) here. | ||
|
||
const config: Config = { | ||
title: 'Blessing.Docs', | ||
tagline: 'Blessing Studio 官方文档站!🥳🥳🥳', | ||
favicon: 'img/BlessingStudio.png', | ||
title: 'Lunova Docs', | ||
tagline: 'Lunova Studio 官方文档站!🥳🥳🥳', | ||
favicon: 'https://lunova.studio/wp-content/uploads/2025/03/[email protected]', | ||
|
||
// Set up your website's production URL here | ||
url: 'https://blessing-studio.github.io', | ||
url: 'https://lunova-studio.github.io', | ||
// Set <baseUrl>the // pathname of the providing site | ||
// For GitHub page deployments, it's usually '/<projectName>/' | ||
baseUrl: '/', | ||
|
||
// GitHub 页面部署配置。 | ||
// 如果您不使用 GitHub 页面,则不需要这些。 | ||
organizationName: 'Blessing-Studio', // This is usually your GitHub organization/username. | ||
projectName: 'blessing-studio.github.io', // It is usually the name of the warehouse. | ||
organizationName: 'lunova-studio', // This is usually your GitHub organization/username. | ||
projectName: 'lunova-studio.github.io', // It is usually the name of the warehouse. | ||
deploymentBranch: 'docusaurus', | ||
trailingSlash: false, | ||
onBrokenLinks: 'throw', | ||
|
@@ -41,7 +41,7 @@ const config: Config = { | |
// 请将其更改为您的存储库。 | ||
// Delete this link (删除此链接) 以删除 Edit this page (编辑此页面) 链接。 | ||
editUrl: | ||
'https://github.com/Blessing-Studio/blessing-studio.github.io/tree/docusaurus/', | ||
'https://github.com/lunova-studio/lunova-studio.github.io/tree/docusaurus/', | ||
}, | ||
blog: { | ||
showReadingTime: true, | ||
|
@@ -52,7 +52,7 @@ const config: Config = { | |
// 请将其更改为您的存储库。 | ||
// Delete this link (删除此链接) 以删除 Edit this page (编辑此页面) 链接。 | ||
editUrl: | ||
'https://github.com/Blessing-Studio/blessing-studio.github.io/tree/docusaurus/', | ||
'https://github.com/lunova-studio/lunova-studio.github.io/tree/docusaurus/', | ||
// 实施博客最佳实践的有用选项 | ||
onInlineTags: 'warn', | ||
onInlineAuthors: 'warn', | ||
|
@@ -67,19 +67,19 @@ const config: Config = { | |
|
||
themeConfig: { | ||
announcementBar: { | ||
id: 'happy-new-year', | ||
id: 'new-studio', | ||
content: | ||
'BlessingStudio 全体开发成员,祝各位新春快乐!', | ||
'Blessing Studio 已经更名为 Lunova Studio,感谢各位一直以来的支持', | ||
backgroundColor: '#D80000', | ||
textColor: '#ffffff', | ||
isCloseable: true, | ||
}, | ||
// 替换为项目的社交卡片 | ||
image: 'img/docusaurus-social-card.jpg', | ||
navbar: { | ||
title: 'Blessing.Docs', | ||
title: 'Lunova Docs', | ||
logo: { | ||
alt: 'Blessing.Docs Logo', | ||
alt: 'Lunova Docs Logo', | ||
src: 'img/BlessingStudio.png', | ||
}, | ||
items: [ | ||
|
@@ -114,12 +114,12 @@ const config: Config = { | |
position: 'right', | ||
items: [ | ||
{ | ||
label: 'GitHub', | ||
href: 'https://github.com/Blessing-Studio/blessing-studio.github.io', | ||
label: '文档 GitHub 仓库', | ||
href: 'https://github.com/lunova-studio/lunova-studio.github.io', | ||
}, | ||
{ | ||
label: '(中国)官网', | ||
href: 'https://blessing-studio.cn', | ||
label: 'Lunova Studio 官网', | ||
href: 'https://lunova.studio', | ||
}, | ||
], | ||
}, | ||
|
@@ -154,21 +154,21 @@ const config: Config = { | |
items: [ | ||
{ | ||
label: 'GitHub', | ||
href: 'https://github.com/Blessing-Studio', | ||
href: 'https://github.com/lunova-studio', | ||
}, | ||
{ | ||
label: 'Blessing(中国)官网', | ||
href: 'https://blessing-studio.cn', | ||
label: 'Lunova Studio 官网', | ||
href: 'https://lunova.studio', | ||
}, | ||
], | ||
}, | ||
], | ||
logo: { | ||
alt: 'Meta Open Source Logo', | ||
src: '/img/BWP.png', | ||
href: 'https://blessing-studio.cn', | ||
href: 'https://lunova.studio', | ||
}, | ||
copyright: `Copyright © ${new Date().getFullYear()} Blessing Studio. Built with Docusaurus.`, | ||
copyright: `Copyright © ${new Date().getFullYear()} Lunova Studio. Built with Docusaurus.`, | ||
}, | ||
prism: { | ||
theme: prismThemes.github, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters