Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Svead head component #123

Merged
merged 5 commits into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
13 changes: 12 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,16 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve

uses: [MDsveX], [GSAP], [Netlify]

1. **[Svead](https://svead.pages.dev)** 
[[code](https://github.com/spences10/svead)] 
<a href="https://github.com/spences10/svead/stargazers">
<img src="https://img.shields.io/github/stars/spences10/svead?logo=github" alt="GitHub stars" valign="middle">
</a>

Svead 🍺, a component that allows you to set head meta information, canonical, title, Twitter and Facebook Open Graph tags, and schema.org data.<br>

uses: [TypeScript], [PNPM], [Cloudflare Pages], [MDsveX], [Tailwind], [PostCSS], [DaisyUI]

1. **[The Pudding](https://pudding.cool)**&nbsp;
[[code](https://github.com/the-pudding/website)]&ensp;
<a href="https://github.com/the-pudding/website/stargazers">
Expand Down Expand Up @@ -933,8 +943,8 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve
[tailwind]: https://tailwindcss.com
[testing library]: https://testing-library.com
[three.js]: https://threejs.org
[trpc]: https://trpc.io
[trpc-sveltekit]: https://github.com/icflorescu/trpc-sveltekit
[trpc]: https://trpc.io
[turbo]: https://github.com/vercel/turbo
[typescript]: https://typescriptlang.org
[underscore]: https://underscorejs.org
Expand All @@ -945,6 +955,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve
[wasm]: https://webassembly.org
[webgl]: https://developer.mozilla.org/docs/Web/API/WebGL_API
[ytdl-core]: https://github.com/fent/node-ytdl-core
[cloudflare pages]: https://pages.cloudflare.com

## 🎉 Suggestions Welcome

Expand Down
36 changes: 36 additions & 0 deletions site/src/sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3012,3 +3012,39 @@
name: martin
location: France
company: null
- title: Svead
url: https://svead.pages.dev
repo: https://github.com/spences10/svead
description: >-
Svead 🍺, a component that allows you to set head meta information,
canonical, title, Twitter and Facebook Open Graph tags, and schema.org data.
uses:
- TypeScript
- PNPM
- Cloudflare Pages
- MDsveX
- Tailwind
- PostCSS
- DaisyUI
tags:
- component library
- open source
date_created: 2022-05-15T00:00:00.000Z
date_added: 2024-05-31T00:00:00.000Z
slug: svead
repo_stars: 59
contributors:
- github: spences10
twitter: spences10
url: https://scottspence.com
avatar: https://avatars.githubusercontent.com/u/234708?v=4
name: Scott Spence
location: London, United Kingdom
company: '@XtendOps-developers'
- github: renovate-bot
twitter: renovatebot
url: https://www.mend.io/free-developer-tools/renovate/
avatar: https://avatars.githubusercontent.com/u/25180681?v=4
name: Mend Renovate
location: null
company: '@mend'
Binary file added site/static/screenshots/svead.avif
Binary file not shown.
Binary file added site/static/screenshots/svead.small.avif
Binary file not shown.
18 changes: 18 additions & 0 deletions sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -892,3 +892,21 @@
tags: [photos, photo-gallery, self-hosted, backup-tool, media]
date_created: 2022-02-03
date_added: 2024-01-22

- title: Svead
url: https://svead.pages.dev
repo: https://github.com/spences10/svead
description:
Svead 🍺, a component that allows you to set head meta information, canonical, title,
Twitter and Facebook Open Graph tags, and schema.org data.
uses:
- TypeScript
- PNPM
- Cloudflare Pages
- MDsveX
- Tailwind
- PostCSS
- DaisyUI
tags: [component library]
date_created: 2022-05-15
date_added: 2024-05-31
1 change: 1 addition & 0 deletions tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ aws: https://aws.amazon.com
babel: https://babeljs.io
changesets: https://github.com/changesets/changesets
chart.js: https://chartjs.org
cloudflare pages: https://pages.cloudflare.com
cloudflare: https://cloudflare.com
cloudinary: https://cloudinary.com
codemirror: https://codemirror.net
Expand Down
Loading