Skip to content

Commit

Permalink
8 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jiatianzhi committed Jan 21, 2024
1 parent eefed86 commit 1d79983
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ kuizuo:
name: 愧怍
title: 全栈 typescripter / 即将毕业的学生
url: https://github.com/kuizuo
image_url: /img/logo.webp
image_url: /img/logo.png
2 changes: 1 addition & 1 deletion data/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const FEATURES: FeatureItem[] = [
}),
text: (
<Translate>
Step into the future with 3D Computer Vision: Experience how we bring depth and perception to machines, transforming the digital world.
Step into the future with 3D Vision: Experience how we bring depth and perception to machines, transforming the digital world.
</Translate>
),
Svg: OpenSourceSvg,
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const config: Config = {
editUrl: ({ locale, blogDirPath, blogPath, permalink }) =>
`https://github.com/kuizuo/blog/edit/main/${blogDirPath}/${blogPath}`,
editLocalizedFiles: false,
blogDescription: '代码人生:编织技术与生活的博客之旅',
blogDescription: "In the age of information, a blog is a person's castle.",
blogSidebarCount: 10,
blogSidebarTitle: 'Blogs',
postsPerPage: 10,
Expand Down
2 changes: 1 addition & 1 deletion i18n/en/docusaurus-plugin-content-blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ kuizuo:
name: Tianzhi Jia
title: ts full stack / Student
url: https://github.com/jiatianzhi
image_url: /img/logo.webp
image_url: /img/logo.png
2 changes: 1 addition & 1 deletion i18n/en/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"description": "The label of footer link with label=导航 linking to resource"
},
"copyright": {
"message": "<p><a href=\"http://beian.miit.gov.cn/\" >黑ICP备2021004587号-2</a></p><p>Copyright © 2024 Tianzhi Jia Built with Docusaurus.</p>",
"message": "<p style=\"margin-bottom: 0;\"><a href=\"http://beian.miit.gov.cn/\">黑ICP备2021004587号-2</a></p><p style=\"display: inline-flex; align-items: center;\"><img style=\"height:20px;margin-right: 0.5rem;\" src=\"/img/police.png\" alt=\"police\" height=\"20\"/><a href=\"http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=${beian1.match(/\\d+/)?.[0]}\" >黑公网安备35021102000847号</a></p><p>Copyright © 2024 Tianzhi Jia Built with Docusaurus.</p>",
"description": "The footer copyright"
}
}
2 changes: 1 addition & 1 deletion src/components/UserCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function UserCard({ isNavbar = false }: { isNavbar?: boolean }) {
</div>
<div className={styles.bio}>{bio}</div>
<div className={styles.num}>
<Link className={styles.numItem} href="/archive">
<Link className={styles.numItem} href="/blog/archive">
<Icon icon="carbon:blog" width="20" height="20" />
{count.blog}
</Link>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/friends/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import styles from './styles.module.css'
import { motion } from 'framer-motion'

const TITLE = 'Friends'
const DESCRIPTION = '有很多良友,胜于有很多财富。'
const ADD_FRIEND_URL = 'https://github.com/kuizuo/blog/edit/main/data/friends.tsx'
const DESCRIPTION = 'A good friend is better than a pocket full of gold.'
const ADD_FRIEND_URL = 'https://github.com/jiatianzhi/blog-main/edit/main/data/friends.tsx'
const SITE_INFO = `
title: 'Tianzhi Jia'
description: '贾添植'
Expand Down
2 changes: 1 addition & 1 deletion src/theme/BlogListPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function BlogListPageContent(props: Props) {
<h2 className={styles.blogTitle}>
<Translate id="theme.blog.title.new">Blogs</Translate>
</h2>
<p className={styles.blogDescription}>代码人生:编织技术与生活的博客之旅</p>
<p className={styles.blogDescription}>In the age of information, a blog is a person's castle.</p>
<ViewTypeSwitch viewType={viewType} toggleViewType={toggleViewType} />
<div className="row">
<div className={'col col--12'}>
Expand Down

0 comments on commit 1d79983

Please sign in to comment.