upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
5 changed files with 17 additions and 37 deletions
Showing only changes of commit 0aab8b55cf - Show all commits

View File

@ -1,6 +1,6 @@
--- ---
name: Sparrow Hawk name: Sparrow Hawk
avatar: https://upload.wikimedia.org/wikipedia/commons/thumb/e/e8/Accnis_edit.jpg/220px-Accnis_edit.jpg avatar: /static/images/sparrowhawk-avatar.jpg
occupation: Wizard of Earthsea occupation: Wizard of Earthsea
company: Earthsea company: Earthsea
twitter: https://twitter.com/sparrowhawk twitter: https://twitter.com/sparrowhawk

View File

@ -50,14 +50,10 @@ _Note_: If you try to save the image, it is in webp format, if your browser supp
![ocean](/static/images/ocean.jpeg) ![ocean](/static/images/ocean.jpeg)
<p> <p>
Photo by Photo by [YUCAR
<a href="https://unsplash.com/@yucar?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText"> FotoGrafik](https://unsplash.com/@yucar?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText)
YUCAR FotoGrafik
</a>
on on
<a href="https://unsplash.com/s/photos/sea?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText"> [Unsplash](https://unsplash.com/s/photos/sea?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText)
Unsplash
</a>
</p> </p>
# Benefits # Benefits

View File

@ -59,42 +59,26 @@ When MDX v2 is ready, one could potentially interleave markdown in jsx directly!
### Photo Credits ### Photo Credits
<div> <div>
Maple photo by Maple photo by [Guillaume
<a href="https://unsplash.com/@i_am_g?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText"> Jaillet](https://unsplash.com/@i_am_g?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText)
Guillaume Jaillet
</a>
on on
<a href="https://unsplash.com/s/photos/canada?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText"> [Unsplash](https://unsplash.com/s/photos/canada?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText)
Unsplash
</a>
</div> </div>
<div> <div>
Mountains photo by Mountains photo by [John
<a href="https://unsplash.com/@john_artifexfilms?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText"> Lee](https://unsplash.com/@john_artifexfilms?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText)
John Lee
</a>
on on
<a href="https://unsplash.com/s/photos/canada?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText"> [Unsplash](https://unsplash.com/s/photos/canada?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText)
Unsplash
</a>
</div> </div>
<div> <div>
Lake photo by Lake photo by [Tj
<a href="https://unsplash.com/@tjholowaychuk?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText"> Holowaychuk](https://unsplash.com/@tjholowaychuk?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText)
Tj Holowaychuk
</a>
on on
<a href="https://unsplash.com/s/photos/canada?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText"> [Unsplash](https://unsplash.com/s/photos/canada?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText)
Unsplash
</a>
</div> </div>
<div> <div>
Toronto photo by Toronto photo by [Matthew
<a href="https://unsplash.com/@matthewhenry?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText"> Henry](https://unsplash.com/@matthewhenry?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText)
Matthew Henry
</a>
on on
<a href="https://unsplash.com/s/photos/canada?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText"> [Unsplash](https://unsplash.com/s/photos/canada?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText)
Unsplash
</a>
</div> </div>

View File

@ -51,7 +51,7 @@ export default function PostLayout({ frontMatter, authorDetails, next, prev, chi
<li className="flex items-center space-x-2" key={author.name}> <li className="flex items-center space-x-2" key={author.name}>
{author.avatar && ( {author.avatar && (
<Image <Image
src={siteMetadata.image} src={author.avatar}
width="38px" width="38px"
height="38px" height="38px"
alt="avatar" alt="avatar"

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB