-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
116 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
|
||
.authorSocial { | ||
display: flex; | ||
flex-wrap: wrap; | ||
align-items: center; | ||
} | ||
|
||
|
26 changes: 26 additions & 0 deletions
26
website/_dogfooding/_blog tests/2024-07-03-dual-author.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
71
website/_dogfooding/_blog tests/2024-07-03-multiple-authors.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
18
website/_dogfooding/_blog tests/2024-07-03-single-author.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |