Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,14 @@ const config: Config = {
{
title: 'Things',
items: [
{
{
label: 'Nuget',
href: 'https://www.nuget.org/packages?q=Codeuctivity',
},
{
label: 'Buy me a coffee! Do it!',
href: 'https://buymeacoffee.com/stesee',
},
// {
// label: 'Stack Overflow',
// href: 'https://stackoverflow.com/questions/tagged/docusaurus',
Expand Down
5 changes: 4 additions & 1 deletion src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ const FeatureList: FeatureItem[] = [
description: (
<>
Compare images. One of my nuget packages.<br></br><a href="https://www.nuget.org/packages/Codeuctivity.ImageSharpCompare/">
<img src="https://img.shields.io/nuget/v/Codeuctivity.ImageSharpCompare.svg" alt="Nuget" />
ImageSharp based <img src="https://img.shields.io/nuget/v/Codeuctivity.ImageSharpCompare.svg" alt="Codeuctivity.ImageSharpCompare" />
</a><br></br>
<a href="https://www.nuget.org/packages/Codeuctivity.SkiaSharpCompare/">
SkiaSharp based <img src="https://img.shields.io/nuget/v/Codeuctivity.SkiaSharpCompare.svg" alt="Codeuctivity.SkiaSharpCompare" />
</a>
</>
),
Expand Down