Skip to content

Commit

Permalink
add dogfood ui
Browse files Browse the repository at this point in the history
  • Loading branch information
OzakIOne committed Jul 3, 2024
1 parent dec190e commit 39d7403
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

.authorSocial {
display: flex;
flex-wrap: wrap;
align-items: center;
}

Expand Down
26 changes: 26 additions & 0 deletions website/_dogfooding/_blog tests/2024-07-03-dual-author.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Dual author socials
authors:
- name: slorber
imageURL: https://github.com/slorber.png
socials:
twitter: sebastienlorber
github: slorber
stackoverflow: https://stackoverflow.com/users/82609/sebastien-lorber
linkedin: https://www.linkedin.com/in/sebastienlorber/
newsletter: https://thisweekinreact.com/newsletter
- name: slorber
imageURL: https://github.com/slorber.png
socials:
twitter: sebastienlorber
github: slorber
stackoverflow: https://stackoverflow.com/users/82609/sebastien-lorber
linkedin: https://www.linkedin.com/in/sebastienlorber/
newsletter: https://thisweekinreact.com/newsletter
---

# Multiple authors

## Content

Content about the blog post
71 changes: 71 additions & 0 deletions website/_dogfooding/_blog tests/2024-07-03-multiple-authors.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
title: How multiple authors with socials looks
authors:
- name: slorber
imageURL: https://github.com/slorber.png
socials:
twitter: sebastienlorber
github: slorber
stackoverflow: https://stackoverflow.com/users/82609/sebastien-lorber
linkedin: https://www.linkedin.com/in/sebastienlorber/
newsletter: https://thisweekinreact.com/newsletter
- name: slorber
imageURL: https://github.com/slorber.png
socials:
twitter: sebastienlorber
- name: slorber
imageURL: https://github.com/slorber.png
title: Docusaurus Maintainer and This Week In React editor
- name: slorber
imageURL: https://github.com/slorber.png
title: Docusaurus Maintainer and This Week In React editor editor editor editor editor editor editor editor
- name: slorber
imageURL: https://github.com/slorber.png
title: Docusaurus Maintainer and This Week In React editor
- name: slorber
imageURL: https://github.com/slorber.png
socials:
twitter: sebastienlorber
github: slorber
- name: slorber
imageURL: https://github.com/slorber.png
socials:
twitter: sebastienlorber
github: slorber
- name: slorber
imageURL: https://github.com/slorber.png
socials:
a: sebastienlorber
b: slorber
c: slorber
d: slorber
e: slorber
f: slorber
g: slorber
h: slorber
i: slorber
j: slorber
k: slorber
l: slorber
- name: slorber
imageURL: https://github.com/slorber.png
socials:
a: sebastienlorber
b: slorber
c: slorber
d: slorber
e: slorber
f: slorber
g: slorber
h: slorber
i: slorber
j: slorber
k: slorber
l: slorber
---

# Multiple authors

## Content

Content about the blog post
18 changes: 18 additions & 0 deletions website/_dogfooding/_blog tests/2024-07-03-single-author.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Single author socials
authors:
- name: slorber
imageURL: https://github.com/slorber.png
socials:
twitter: sebastienlorber
github: slorber
stackoverflow: https://stackoverflow.com/users/82609/sebastien-lorber
linkedin: https://www.linkedin.com/in/sebastienlorber/
newsletter: https://thisweekinreact.com/newsletter
---

# Multiple authors

## Content

Content about the blog post

0 comments on commit 39d7403

Please sign in to comment.