Skip to content

Commit

Permalink
更新站点名称,完善页面样式
Browse files Browse the repository at this point in the history
  • Loading branch information
Qianshanyao committed Apr 27, 2024
1 parent 2c0c17e commit 23a4a33
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,17 +242,17 @@ const config = {
}
},*/
navbar: {
title: '基岩技术周刊',
title: '基岩技术文刊',
logo: {
alt: '基岩技术周刊Logo',
alt: '基岩技术文刊Logo',
src: 'img/logo.png',
},
items: [
{
to: '/blog',
label: '周刊',
position: 'left'
},
// {
// to: '/blog',
// label: '周刊',
// position: 'left'
// },
{
type: 'doc',
docId: 'official_changelog/README',
Expand Down Expand Up @@ -305,7 +305,7 @@ const config = {
style: 'dark',
links: [
{
title: '周刊',
title: '文刊',
items: [
{
label: '主页',
Expand Down Expand Up @@ -344,7 +344,7 @@ const config = {
],
},
],
copyright: `基岩技术周刊站点,由<a href="https://space.bilibili.com/15122547">乾山瑶</a>基于Docusaurus搭建.<br/>“Minecraft”是 <a href="https://www.minecraft.net/">Mojang AB</a> 的商标,在中国大陆由<a href="https://mc.163.com/">网易我的世界</a>代理管辖。本站不以任何方式隶属于 Microsoft 、 Mojang AB 或网之易吾世界公司`,
copyright: `基岩技术文刊站点,由<a href="https://space.bilibili.com/15122547">乾山瑶</a>基于Docusaurus搭建.<br/>“Minecraft”是 <a href="https://www.minecraft.net/">Mojang AB</a> 的商标,在中国大陆由<a href="https://mc.163.com/">网易我的世界</a>代理管辖。本站不以任何方式隶属于 Microsoft 、 Mojang AB 或网之易吾世界公司`,
},
prism: {
theme: lightCodeTheme,
Expand Down
4 changes: 2 additions & 2 deletions i18n/en/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,11 @@
"description": "The title of the tag list page"
},
"homepage.title": {
"message": "Bedrock Tech Weekly",
"message": "Bedrock Tech Journal",
"description": "The homepage title"
},
"homepage.subtitle": {
"message": "This site aims to provide relevant content in the field of Minecraft Bedrock Edition technology every week, so that you can understand the real-time developments in the field of Bedrock Edition development more conveniently and quickly.",
"message": "Offering content related to the Minecraft Bedrock Edition technical domain, facilitating more convenient and efficient access to real-time developments within the Bedrock Edition development landscape.",
"description": "The homepage subtitle"
},
"homepage.checkLatestArticle": {
Expand Down
6 changes: 3 additions & 3 deletions i18n/en/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"link.title.周刊": {
"message": "Weekly",
"description": "The title of the footer links column with title=周刊 in the footer"
"link.title.文刊": {
"message": "Journal",
"description": "The title of the footer links column with title=文刊 in the footer"
},
"link.title.更多": {
"message": "More",
Expand Down
2 changes: 1 addition & 1 deletion i18n/en/docusaurus-theme-classic/navbar.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": {
"message": "Bedrock Tech Weekly",
"message": "Bedrock Tech Journal",
"description": "The title in the navbar"
},
"item.label.周刊": {
Expand Down
6 changes: 3 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ function HomepageHeader() {
<Translate
id="homepage.title"
description="The homepage title">
基岩技术周刊
基岩技术文刊
</Translate>
</h1>
<p>
<p style={{fontSize: '20px'}}>
<Translate
id="homepage.subtitle"
description="The homepage subtitle">
本站旨在每周提供Minecraft基岩版技术领域相关内容,让您更方便、快捷的了解基岩版开发领域的实时动态。
提供Minecraft基岩版技术领域相关内容,更方便、快捷的了解基岩版开发领域的实时动态。
</Translate>
</p>
{/*<div className="buttons">*/}
Expand Down

0 comments on commit 23a4a33

Please sign in to comment.