Skip to content

Commit

Permalink
chore: Replace Twitter with Bluesky (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored Dec 24, 2024
1 parent 4c3abc7 commit af17a18
Show file tree
Hide file tree
Showing 37 changed files with 146 additions and 120 deletions.
26 changes: 26 additions & 0 deletions .changeset/many-toys-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
"@lekoarts/gatsby-theme-graphql-playground": patch
"@lekoarts/gatsby-theme-minimal-blog-core": patch
"@lekoarts/gatsby-theme-status-dashboard": patch
"@lekoarts/gatsby-theme-minimal-blog": patch
"@lekoarts/gatsby-theme-emilia-core": patch
"@lekoarts/gatsby-theme-jodie-core": patch
"@lekoarts/gatsby-theme-styleguide": patch
"@lekoarts/gatsby-theme-emma-core": patch
"@lekoarts/gatsby-theme-specimens": patch
"graphql-playground": patch
"@lekoarts/gatsby-theme-emilia": patch
"status-dashboard": patch
"@lekoarts/gatsby-theme-jodie": patch
"@lekoarts/gatsby-theme-cara": patch
"@lekoarts/gatsby-theme-emma": patch
"minimal-blog": patch
"styleguide": patch
"specimens": patch
"emilia": patch
"jodie": patch
"cara": patch
"emma": patch
---

Replace Twitter with Bluesky
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<img src="https://img.shields.io/badge/-npmcharts-red" alt="npmcharts.com Overview" />
</a>
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs welcome!" />
<a href="https://twitter.com/intent/follow?screen_name=lekoarts_de">
<img src="https://img.shields.io/twitter/follow/lekoarts_de.svg?label=Follow%20@lekoarts_de" alt="Follow @lekoarts_de" />
</a>
<a href="https://bsky.app/profile/lekoarts.de">
<img src="https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff" alt="Follow @lekoarts.de" />
</a>
</p>

Get **high-quality** and **customizable** Gatsby themes to quickly bootstrap your website! Choose from many professionally created and impressive designs with a wide variety of features and customization options. Use Gatsby Themes to take your project to the next level and let you and your customers take advantage of the many benefits Gatsby has to offer.
Expand Down Expand Up @@ -65,7 +65,7 @@ Have a look at the [contributing guide](CONTRIBUTING.md) to learn more.

## 🤩 Support Me

Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Twitter](https://twitter.com/lekoarts_de) and share the project with me.
Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Bluesky](https://bsky.app/profile/lekoarts.de) and share the project with me.

Please star this project, share it on Social Media or consider supporting me on [GitHub Sponsors](https://github.com/sponsors/LekoArts)!

Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/cara.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe(`gatsby-theme-cara`, () => {
cy.findByText(/winky face./i)
})
it(`should render contact content`, () => {
cy.findByText(/LinkedIn/i)
cy.findByText(/Bluesky/i)
})
it(`should render the light/dark mode toggle`, () => {
cy.findByTestId(`color-mode-toggle`)
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/emilia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe(`gatsby-theme-emilia`, () => {
})
it(`should render the social links in the header`, () => {
cy.findByTestId(`social-header`).within(() => {
cy.findByText(/Twitter/i).should(`have.attr`, `href`, `https://twitter.com/lekoarts_de`)
cy.findByText(/Bluesky/i).should(`have.attr`, `href`, `https://bsky.app/profile/lekoarts.de`)
cy.findByText(/Homepage/i).should(
`have.attr`,
`href`,
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/minimal-blog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe(`gatsby-theme-minimal-blog`, () => {
})
it(`should have social media links`, () => {
cy.get(`header`).within(() => {
cy.findByText(/Twitter/i).should(`have.attr`, `href`, `https://twitter.com/lekoarts_de`)
cy.findByText(/Bluesky/i).should(`have.attr`, `href`, `https://bsky.app/profile/lekoarts.de`)
})
})
it(`should render the hero`, () => {
Expand Down
8 changes: 4 additions & 4 deletions examples/cara/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<a href="https://www.lekoarts.de?utm_source=cara&utm_medium=Starter">
<img alt="Website" src="https://img.shields.io/badge/-website-blue">
</a>
<a href="https://twitter.com/intent/follow?screen_name=lekoarts_de">
<img src="https://img.shields.io/twitter/follow/lekoarts_de.svg?label=Follow%20@lekoarts_de" alt="Follow @lekoarts_de" />
</a>
<a href="https://bsky.app/profile/lekoarts.de">
<img src="https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff" alt="Follow @lekoarts.de" />
</a>
</p>

Playful and Colorful One-Page portfolio featuring Parallax effects and animations. Using the Gatsby Theme [`@lekoarts/gatsby-theme-cara`](https://github.com/LekoArts/gatsby-themes/tree/main/themes/gatsby-theme-cara).
Expand Down Expand Up @@ -110,6 +110,6 @@ To learn more about Gatsby themes specifically, I recommend checking out the [th

## 🌟 Supporting me

Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Twitter](https://twitter.com/lekoarts_de) and share the project with me.
Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Bluesky](https://bsky.app/profile/lekoarts.de) and share the project with me.

Please star this project, share it on Social Media or consider supporting me on [GitHub Sponsors](https://github.com/sponsors/LekoArts)!
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Get in touch

Visit [my website](https://www.lekoarts.de?utm_source=cara&utm_medium=Starter) or find me on other platforms: [Twitter](https://www.twitter.com/lekoarts_de) & [LinkedIn](https://www.linkedin.com/in/lennart-joergens/)
Visit [my website](https://www.lekoarts.de?utm_source=cara&utm_medium=Starter) or find me on [Bluesky](https://bsky.app/profile/lekoarts.de)
8 changes: 4 additions & 4 deletions examples/emilia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<a href="https://www.lekoarts.de?utm_source=emilia&utm_medium=Starter">
<img alt="Website" src="https://img.shields.io/badge/-website-blue">
</a>
<a href="https://twitter.com/intent/follow?screen_name=lekoarts_de">
<img src="https://img.shields.io/twitter/follow/lekoarts_de.svg?label=Follow%20@lekoarts_de" alt="Follow @lekoarts_de" />
</a>
<a href="https://bsky.app/profile/lekoarts.de">
<img src="https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff" alt="Follow @lekoarts.de" />
</a>
</p>

Minimalistic portfolio/photography site with masonry grid, page transitions and big images. Themeable with Theme UI. Using the Gatsby Theme [`@lekoarts/gatsby-theme-emilia`](https://github.com/LekoArts/gatsby-themes/tree/main/themes/gatsby-theme-emilia).
Expand Down Expand Up @@ -137,6 +137,6 @@ To learn more about Gatsby themes specifically, I recommend checking out the [th

## 🌟 Supporting me

Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Twitter](https://twitter.com/lekoarts_de) and share the project with me.
Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Bluesky](https://bsky.app/profile/lekoarts.de) and share the project with me.

Please star this project, share it on Social Media or consider supporting me on [GitHub Sponsors](https://github.com/sponsors/LekoArts)!
8 changes: 4 additions & 4 deletions examples/emma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<a href="https://www.lekoarts.de?utm_source=emma&utm_medium=Starter">
<img alt="Website" src="https://img.shields.io/badge/-website-blue">
</a>
<a href="https://twitter.com/intent/follow?screen_name=lekoarts_de">
<img src="https://img.shields.io/twitter/follow/lekoarts_de.svg?label=Follow%20@lekoarts_de" alt="Follow @lekoarts_de" />
</a>
<a href="https://bsky.app/profile/lekoarts.de">
<img src="https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff" alt="Follow @lekoarts.de" />
</a>
</p>

Minimalistic portfolio with full-width grid, page transitions, support for additional MDX pages, and a focus on large images. Using the Gatsby Theme [`@lekoarts/gatsby-theme-emma`](https://github.com/LekoArts/gatsby-themes/tree/main/themes/gatsby-theme-emma).
Expand Down Expand Up @@ -149,6 +149,6 @@ To learn more about Gatsby themes specifically, I recommend checking out the [th

## 🌟 Supporting me

Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Twitter](https://twitter.com/lekoarts_de) and share the project with me.
Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Bluesky](https://bsky.app/profile/lekoarts.de) and share the project with me.

Please star this project, share it on Social Media or consider supporting me on [GitHub Sponsors](https://github.com/sponsors/LekoArts)!
8 changes: 4 additions & 4 deletions examples/graphql-playground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<a href="https://www.lekoarts.de?utm_source=graphql-playground&utm_medium=Starter">
<img alt="Website" src="https://img.shields.io/badge/-website-blue">
</a>
<a href="https://twitter.com/intent/follow?screen_name=lekoarts_de">
<img src="https://img.shields.io/twitter/follow/lekoarts_de.svg?label=Follow%20@lekoarts_de" alt="Follow @lekoarts_de" />
</a>
<a href="https://bsky.app/profile/lekoarts.de">
<img src="https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff" alt="Follow @lekoarts.de" />
</a>
</p>

GraphQL Playground to showcase the power of GraphQL. Write your queries and documentation with [MDX](https://mdxjs.com/) and display queries in an interactive GraphiQL window. It can source from your localhost or a remote URL (e.g. Codesandbox). Using the Gatsby Theme [`@lekoarts/gatsby-theme-graphql-playground`](https://github.com/LekoArts/gatsby-themes/tree/main/themes/gatsby-theme-graphql-playground).
Expand Down Expand Up @@ -145,6 +145,6 @@ To learn more about Gatsby themes specifically, I recommend checking out the [th

## 🌟 Supporting me

Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Twitter](https://twitter.com/lekoarts_de) and share the project with me.
Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Bluesky](https://bsky.app/profile/lekoarts.de) and share the project with me.

Please star this project, share it on Social Media or consider supporting me on [GitHub Sponsors](https://github.com/sponsors/LekoArts)!
8 changes: 4 additions & 4 deletions examples/jodie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<a href="https://www.lekoarts.de?utm_source=jodie&utm_medium=Starter">
<img alt="Website" src="https://img.shields.io/badge/-website-blue">
</a>
<a href="https://twitter.com/intent/follow?screen_name=lekoarts_de">
<img src="https://img.shields.io/twitter/follow/lekoarts_de.svg?label=Follow%20@lekoarts_de" alt="Follow @lekoarts_de" />
</a>
<a href="https://bsky.app/profile/lekoarts.de">
<img src="https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff" alt="Follow @lekoarts.de" />
</a>
</p>

Image-heavy photography portfolio with colorful accents & customizable pages. Includes adaptive image grids powered by CSS grid and automatic image integration into projects. Using the Gatsby Theme [`@lekoarts/gatsby-theme-jodie`](https://github.com/LekoArts/gatsby-themes/tree/main/themes/gatsby-theme-jodie).
Expand Down Expand Up @@ -217,6 +217,6 @@ To learn more about Gatsby themes specifically, I recommend checking out the [th

## 🌟 Supporting me

Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Twitter](https://twitter.com/lekoarts_de) and share the project with me.
Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Bluesky](https://bsky.app/profile/lekoarts.de) and share the project with me.

Please star this project, share it on Social Media or consider supporting me on [GitHub Sponsors](https://github.com/sponsors/LekoArts)!
8 changes: 4 additions & 4 deletions examples/minimal-blog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<a href="https://www.lekoarts.de?utm_source=minimal-blog&utm_medium=Starter">
<img alt="Website" src="https://img.shields.io/badge/-website-blue">
</a>
<a href="https://twitter.com/intent/follow?screen_name=lekoarts_de">
<img src="https://img.shields.io/twitter/follow/lekoarts_de.svg?label=Follow%20@lekoarts_de" alt="Follow @lekoarts_de" />
</a>
<a href="https://bsky.app/profile/lekoarts.de">
<img src="https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff" alt="Follow @lekoarts.de" />
</a>
</p>

Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting. Using the Gatsby Theme [`@lekoarts/gatsby-theme-minimal-blog`](https://github.com/LekoArts/gatsby-themes/tree/main/themes/gatsby-theme-minimal-blog).
Expand Down Expand Up @@ -224,6 +224,6 @@ To learn more about Gatsby themes specifically, I recommend checking out the [th

## 🌟 Supporting me

Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Twitter](https://twitter.com/lekoarts_de) and share the project with me.
Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Bluesky](https://bsky.app/profile/lekoarts.de) and share the project with me.

Please star this project, share it on Social Media or consider supporting me on [GitHub Sponsors](https://github.com/sponsors/LekoArts)!
4 changes: 2 additions & 2 deletions examples/minimal-blog/gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ const config: GatsbyConfig = {
],
externalLinks: [
{
name: `Twitter`,
url: `https://twitter.com/lekoarts_de`,
name: `Bluesky`,
url: `https://bsky.app/profile/lekoarts.de`,
},
{
name: `Homepage`,
Expand Down
8 changes: 4 additions & 4 deletions examples/specimens/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<a href="https://www.lekoarts.de?utm_source=specimens&utm_medium=Starter">
<img alt="Website" src="https://img.shields.io/badge/-website-blue">
</a>
<a href="https://twitter.com/intent/follow?screen_name=lekoarts_de">
<img src="https://img.shields.io/twitter/follow/lekoarts_de.svg?label=Follow%20@lekoarts_de" alt="Follow @lekoarts_de" />
</a>
<a href="https://bsky.app/profile/lekoarts.de">
<img src="https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff" alt="Follow @lekoarts.de" />
</a>
</p>

Leverage the wide variety of powerful React components to build your design system. Display your colors, typography or any other design tokens with ease and focus on the design system itself, not on how to showcase it. Works seamlessly with MDX. Using the Gatsby Theme [`@lekoarts/gatsby-theme-specimens`](https://github.com/LekoArts/gatsby-themes/tree/main/themes/gatsby-theme-specimens).
Expand Down Expand Up @@ -102,6 +102,6 @@ To learn more about Gatsby themes specifically, I recommend checking out the [th

## 🌟 Supporting me

Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Twitter](https://twitter.com/lekoarts_de) and share the project with me.
Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Bluesky](https://bsky.app/profile/lekoarts.de) and share the project with me.

Please star this project, share it on Social Media or consider supporting me on [GitHub Sponsors](https://github.com/sponsors/LekoArts)!
2 changes: 1 addition & 1 deletion examples/specimens/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Leverage the wide variety of powerful React components of [@lekoarts/gatsby-them

If you simply want to see how the components look, head over to the [**Preview**](/preview)!

[![GitHub stars](https://img.shields.io/github/stars/LekoArts/gatsby-themes?style=social)](https://github.com/LekoArts/gatsby-themes) [![Twitter Follow](https://img.shields.io/twitter/follow/lekoarts_de?label=Follow&style=social)](https://twitter.com/lekoarts_de) [![npm](https://img.shields.io/npm/v/@lekoarts/gatsby-theme-specimens)](https://www.npmjs.com/package/@lekoarts/gatsby-theme-specimens) [![License](https://img.shields.io/github/license/LekoArts/gatsby-themes)](https://github.com/LekoArts/gatsby-themes/blob/main/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/LekoArts/gatsby-themes?style=social)](https://github.com/LekoArts/gatsby-themes) [Bluesky](https://bsky.app/profile/lekoarts.de) [![npm](https://img.shields.io/npm/v/@lekoarts/gatsby-theme-specimens)](https://www.npmjs.com/package/@lekoarts/gatsby-theme-specimens) [![License](https://img.shields.io/github/license/LekoArts/gatsby-themes)](https://github.com/LekoArts/gatsby-themes/blob/main/LICENSE)

Also be sure to check out other [Free & Open Source Gatsby Themes](https://themes.lekoarts.de) and my [Personal Website](https://www.lekoarts.de?utm_source=specimens&utm_medium=Starter).

Expand Down
8 changes: 4 additions & 4 deletions examples/status-dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<a href="https://www.lekoarts.de?utm_source=status-dashboard&utm_medium=Starter">
<img alt="Website" src="https://img.shields.io/badge/-website-blue">
</a>
<a href="https://twitter.com/intent/follow?screen_name=lekoarts_de">
<img src="https://img.shields.io/twitter/follow/lekoarts_de.svg?label=Follow%20@lekoarts_de" alt="Follow @lekoarts_de" />
</a>
<a href="https://bsky.app/profile/lekoarts.de">
<img src="https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff" alt="Follow @lekoarts.de" />
</a>
</p>

Showing the statuses of Netlify deploys & CircleCI projects. Using the Gatsby Theme [`@lekoarts/gatsby-theme-status-dashboard`](https://github.com/LekoArts/gatsby-themes/tree/main/themes/gatsby-theme-status-dashboard). Made with [gatsby-source-netlify](https://github.com/LekoArts/gatsby-source-netlify) and [gatsby-source-circleci](https://github.com/LekoArts/gatsby-source-circleci).
Expand Down Expand Up @@ -90,6 +90,6 @@ To learn more about Gatsby themes specifically, I recommend checking out the [th

## 🌟 Supporting me

Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Twitter](https://twitter.com/lekoarts_de) and share the project with me.
Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Bluesky](https://bsky.app/profile/lekoarts.de) and share the project with me.

Please star this project, share it on Social Media or consider supporting me on [GitHub Sponsors](https://github.com/sponsors/LekoArts)!
8 changes: 4 additions & 4 deletions examples/styleguide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<a href="https://www.lekoarts.de?utm_source=styleguide&utm_medium=Starter">
<img alt="Website" src="https://img.shields.io/badge/-website-blue">
</a>
<a href="https://twitter.com/intent/follow?screen_name=lekoarts_de">
<img src="https://img.shields.io/twitter/follow/lekoarts_de.svg?label=Follow%20@lekoarts_de" alt="Follow @lekoarts_de" />
</a>
<a href="https://bsky.app/profile/lekoarts.de">
<img src="https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff" alt="Follow @lekoarts.de" />
</a>
</p>

Instantly create a styleguide page based on your Theme UI configuration. Zero-config — just install the theme and see your Theme UI config displayed in a beautiful manner. Using the Gatsby Theme [`@lekoarts/gatsby-theme-styleguide`](https://github.com/LekoArts/gatsby-themes/tree/main/themes/gatsby-theme-styleguide).
Expand Down Expand Up @@ -96,6 +96,6 @@ To learn more about Gatsby themes specifically, I recommend checking out the [th

## 🌟 Supporting me

Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Twitter](https://twitter.com/lekoarts_de) and share the project with me.
Thanks for using this project! I'm always interested in seeing what people do with my projects, so don't hesitate to tag me on [Bluesky](https://bsky.app/profile/lekoarts.de) and share the project with me.

Please star this project, share it on Social Media or consider supporting me on [GitHub Sponsors](https://github.com/sponsors/LekoArts)!
Loading

0 comments on commit af17a18

Please sign in to comment.