Skip to content

Commit

Permalink
yidaoshi special column added
Browse files Browse the repository at this point in the history
  • Loading branch information
zRich committed Mar 17, 2023
1 parent 93feffd commit 8952843
Show file tree
Hide file tree
Showing 10 changed files with 1,618 additions and 5 deletions.
40 changes: 40 additions & 0 deletions blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,43 @@ lirui:
# title: Maintainer of Docusaurus
url: https://github.com/ruilibuaa
image_url: https://github.com/ruilibuaa.png

nodeyang:
name: 杨振涛
url: https://github.com/node
image_url: https://github.com/node.png

terizhao:
name: 赵梅
url: https://github.com/terizhao
image_url: https://github.com/terizhao.png

winterpi:
name: 皮冰峰
url: https://github.com/winterpi
image_url: https://github.com/winterpi.png

nliver:
name: 李明康
url: https://github.com/nliver
image_url: https://github.com/nliver.png

lxbwolf:
name: 刘晓斌
url: https://github.com/lxbwolf
image_url: https://github.com/lxbwolf.png

freet15:
name: 腾召智
url: https://github.com/freet15
image_url: https://github.com/freet15.png

coolzhouly:
name: 周黎
url: https://github.com/coolzhouly
image_url: https://github.com/coolzhouly.png

voidxb:
name: 徐斌
url: https://github.com/voidxb
image_url: https://github.com/voidxb.png
14 changes: 12 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ const config = {
locales: ['zh-cn', 'en'],
},

plugins: [
['@docusaurus/plugin-content-blog',
{
id: 'yidaoshi',
routeBasePath: 'yidaoshi',
path: './yidaoshi',
},
],
],
presets: [
[
'classic',
Expand Down Expand Up @@ -76,8 +85,9 @@ const config = {
position: 'left',
label: 'GPL',
},
{to: '/events', label: 'Events', position: 'left'},
{to: '/blog', label: 'Blog', position: 'left'},
{ to: '/yidaoshi', label: '译道师', position: 'left' },
{ to: '/events', label: 'Events', position: 'left' },
{ to: '/blog', label: 'Blog', position: 'left' },
{
href: 'https://github.com/facebook/docusaurus',
label: 'GitHub',
Expand Down
7 changes: 4 additions & 3 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ const FeatureList: FeatureItem[] = [
title: '译道师',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
description: (
<>
LF APAC 译道师团队作品。
</>
<Link
to="/yidaoshi" >
LF APAC 译道师团队作品。
</Link>
),
},
{
Expand Down
51 changes: 51 additions & 0 deletions yidaoshi/authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
zRich:
name: 赵振华
# title: Maintainer of Docusaurus
url: https://github.com/zRich
image_url: https://github.com/zRich.png

lirui:
name: 李睿
# title: Maintainer of Docusaurus
url: https://github.com/ruilibuaa
image_url: https://github.com/ruilibuaa.png

nodeyang:
name: 杨振涛
url: https://github.com/node
image_url: https://github.com/node.png

terizhao:
name: 赵梅
url: https://github.com/terizhao
image_url: https://github.com/terizhao.png

winterpi:
name: 皮冰峰
url: https://github.com/winterpi
image_url: https://github.com/winterpi.png

nliver:
name: 李明康
url: https://github.com/nliver
image_url: https://github.com/nliver.png

lxbwolf:
name: 刘晓斌
url: https://github.com/lxbwolf
image_url: https://github.com/lxbwolf.png

freet15:
name: 腾召智
url: https://github.com/freet15
image_url: https://github.com/freet15.png

coolzhouly:
name: 周黎
url: https://github.com/coolzhouly
image_url: https://github.com/coolzhouly.png

voidxb:
name: 徐斌
url: https://github.com/voidxb
image_url: https://github.com/voidxb.png
Loading

0 comments on commit 8952843

Please sign in to comment.