Skip to content

Commit

Permalink
Merge pull request #1 from zuni-lab/feat/members
Browse files Browse the repository at this point in the history
Members page
  • Loading branch information
ctbinh authored Apr 24, 2024
2 parents ce0a2e7 + 32f17d2 commit bbad6de
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ const config: Config = {
"https://github.com/zuni-lab/zuni-lab.github.io/tree/main/projects",
},
blog: {
path: 'members',
pageBasePath: 'members',
routeBasePath: 'members',
showReadingTime: true,
postsPerPage: 'ALL',
blogSidebarTitle: 'Members',
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
Expand Down Expand Up @@ -90,7 +95,7 @@ const config: Config = {
position: "left",
label: "Projects",
},
{ to: "/blog", label: "Blog", position: "left" },
{ to: '/members', label: 'Members', position: 'left' },
{
href: "https://github.com/facebook/docusaurus",
label: "GitHub",
Expand Down
12 changes: 12 additions & 0 deletions members/2019-05-29-members.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
slug: mia
title: Mia
authors:
name: Gao Wei
title: Docusaurus Core Team
url: https://github.com/wgao19
image_url: https://github.com/wgao19.png
tags: [hola, docusaurus]
---

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet
12 changes: 12 additions & 0 deletions members/2019-05-30-members.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
slug: david
title: David
authors:
name: Gao Wei
title: Docusaurus Core Team
url: https://github.com/wgao19
image_url: https://github.com/wgao19.png
tags: [hola, docusaurus]
---

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet
17 changes: 17 additions & 0 deletions members/authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
endi:
name: Endilie Yacop Sucipto
title: Maintainer of Docusaurus
url: https://github.com/endiliey
image_url: https://github.com/endiliey.png

yangshun:
name: Yangshun Tay
title: Front End Engineer @ Facebook
url: https://github.com/yangshun
image_url: https://github.com/yangshun.png

slorber:
name: Sébastien Lorber
title: Docusaurus maintainer
url: https://sebastienlorber.com
image_url: https://github.com/slorber.png
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
background-image: url(/static/img/background/footer.png);
background-size: cover;
background-repeat: no-repeat;
}
}

0 comments on commit bbad6de

Please sign in to comment.