Skip to content

Commit 79e3433

Browse files
committed
chore: update all references to the old GH repo/org to the new one
1 parent e7df8b9 commit 79e3433

File tree

35 files changed

+57
-59
lines changed

35 files changed

+57
-59
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Here are a few things to keep in mind while writing your post:
88
- Aim to provide factual and relevant information - citing sources is encouraged!
99
- Keep your content unbiased; i.e. don't advertise commercial products or services without reason.
1010

11-
If at any point you get stuck or want to ask questions, feel free to [open an issue on GitHub](https://github.com/unicorn-utterances/unicorn-utterances/issues/new) or [reach out to us on Discord](https://discord.gg/FMcvc6T) for help!
11+
If at any point you get stuck or want to ask questions, feel free to [open an issue on GitHub](https://github.com/playfulprogramming/playfulprogramming/issues/new) or [reach out to us on Discord](https://discord.gg/FMcvc6T) for help!
1212

1313
---
1414

@@ -44,7 +44,7 @@ Here's an example of what your `index.md` might look like:
4444
// and "cohost", as well as a "website" that can be anything you want!
4545
socials: {
4646
mastodon: "https://hachyderm.io/@UnicornUtterances",
47-
github: "unicorn-utterances",
47+
github: "playfulprogramming",
4848
website: "https://playfulprogramming.com/"
4949
},
5050

@@ -63,7 +63,7 @@ Here's an example of what your `index.md` might look like:
6363
---
6464
```
6565

66-
> Don't want to show your real picture on the site? That's alright! We have a [myriad of custom unicorn emotes that can be used as profile pictures as well](https://github.com/unicorn-utterances/design-assets/tree/main/emotes). They're adorable, go check! 🤩
66+
> Don't want to show your real picture on the site? That's alright! We have a [myriad of custom unicorn emotes that can be used as profile pictures as well](https://github.com/playfulprogramming/design-assets/tree/main/emotes). They're adorable, go check! 🤩
6767
6868
Once your profile is created, you'll be ready to proceed to the next step...
6969

@@ -117,7 +117,7 @@ Currently, the following creative commons licenses are supported as "license" va
117117
- [`'cc-by-nc-nd-4'`](https://creativecommons.org/licenses/by-nc-nd/4.0/)
118118
- [`'publicdomain-zero-1'`](https://creativecommons.org/publicdomain/zero/1.0/)
119119

120-
Authors may also choose to omit the "license" property entirely. If you do this, your post will fall under the repository's [MPL 2.0](https://github.com/unicorn-utterances/unicorn-utterances/blob/main/LICENSE.md) license.
120+
Authors may also choose to omit the "license" property entirely. If you do this, your post will fall under the repository's [MPL 2.0](https://github.com/playfulprogramming/playfulprogramming/blob/main/LICENSE.md) license.
121121

122122
## Embedded Links
123123

@@ -167,7 +167,7 @@ Refer to [Wikipedia: List of ISO 639-1 codes](https://en.wikipedia.org/wiki/List
167167

168168
Once all of your changes have been made, [create a Pull Request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) to merge your post into the site.
169169

170-
- Open a [new Pull Request](https://github.com/unicorn-utterances/unicorn-utterances/compare) from your fork
170+
- Open a [new Pull Request](https://github.com/playfulprogramming/playfulprogramming/compare) from your fork
171171
- Check that your files are in the Pull Request, and that they're being merged into the `main` branch.
172172
- Create the PR and wait for a maintainer to review it.
173173
- Once merged, your post will be visible on the site!

README.es.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[![Unirse al chat Discord](https://badgen.net/badge/discord/Unirse%20al%20chat/7289DA?icon=discord)](https://discord.gg/FMcvc6T)
1010
[![Contributor Covenant v1.4 adopted](https://badgen.net/badge/Contributor%20Covenant/v1.4%20adopted/ff69b4)](CODE_OF_CONDUCT.md)
11-
[![Check Status](https://badgen.net/github/checks/unicorn-utterances/unicorn-utterances/?icon=github)](https://github.com/unicorn-utterances/unicorn-utterances/actions)
11+
[![Check Status](https://badgen.net/github/checks/playfulprogramming/playfulprogramming/?icon=github)](https://github.com/playfulprogramming/playfulprogramming/actions)
1212

1313
</div>
1414

@@ -19,7 +19,7 @@ Este repository actúa como la ubicación del código fuente para el [blog de Pl
1919
<a href="https://www.thepolyglotdeveloper.com/" target="_blank" rel="noopener noreferrer sponsored"><img alt="The Polyglot Developer" src="https://playfulprogramming.com/sponsors/the-polyglot-developer.svg" width="300"/></a>
2020
<a href="https://oceanbit.dev/" target="_blank" rel="noopener noreferrer sponsored"><img alt="OceanBit" src="https://playfulprogramming.com/sponsors/oceanbit.svg" width="300"/></a>
2121

22-
[Reconocemos todos los patrocinios que compartimos abiertamente en GitHub](https://github.com/unicorn-utterances/unicorn-utterances/issues?q=is%3Aissue+label%3Adisclosure+is%3Aclosed)
22+
[Reconocemos todos los patrocinios que compartimos abiertamente en GitHub](https://github.com/playfulprogramming/playfulprogramming/issues?q=is%3Aissue+label%3Adisclosure+is%3Aclosed)
2323

2424
## Declaración de Ética
2525

@@ -41,7 +41,7 @@ Esta guía incluye instrucciones sobre cómo agregar una nueva publicación al
4141
sitio, cómo editar nuestro código y cuál es nuestra estrategia de despliegues.
4242

4343
Tén en cuenta que solicitamos a los desarrolladores que se comuniquen [a través de nuestro Discord](https://discord.gg/FMcvc6T)
44-
o [a través de un issue de GitHub](https://github.com/unicorn-utterances/unicorn-utterances/issues/new)
44+
o [a través de un issue de GitHub](https://github.com/playfulprogramming/playfulprogramming/issues/new)
4545
antes de que se lleve a cabo un desarrollo extensivo. Si tienes en mente una
4646
funcionalidad que te gustaría agregar al sitio, ¡háznoslo saber! ¡Nos encantaría hacer una lluvia de ideas antes de que empiece su desarrollo!
4747

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[![Join chat on Discord](https://badgen.net/badge/discord/join%20chat/7289DA?icon=discord)](https://discord.gg/FMcvc6T)
1010
[![Contributor Covenant v1.4 adopted](https://badgen.net/badge/Contributor%20Covenant/v1.4%20adopted/ff69b4)](CODE_OF_CONDUCT.md)
11-
[![Check Status](https://badgen.net/github/checks/unicorn-utterances/unicorn-utterances/?icon=github)](https://github.com/unicorn-utterances/unicorn-utterances/actions)
11+
[![Check Status](https://badgen.net/github/checks/playfulprogramming/playfulprogramming/?icon=github)](https://github.com/playfulprogramming/playfulprogramming/actions)
1212

1313
</div>
1414

@@ -19,7 +19,7 @@ This repository acts as the source code location for [the Playful Programming bl
1919
<a href="https://www.thepolyglotdeveloper.com/" target="_blank" rel="noopener noreferrer sponsored"><img alt="The Polyglot Developer" src="https://playfulprogramming.com/sponsors/the-polyglot-developer.svg" width="300"/></a>
2020
<a href="https://oceanbit.dev/" target="_blank" rel="noopener noreferrer sponsored"><img alt="OceanBit" src="https://playfulprogramming.com/sponsors/oceanbit.svg" width="300"/></a>
2121

22-
[We disclose every sponsorship we share openly on GitHub](https://github.com/unicorn-utterances/unicorn-utterances/issues?q=is%3Aissue+label%3Adisclosure+is%3Aclosed)
22+
[We disclose every sponsorship we share openly on GitHub](https://github.com/playfulprogramming/playfulprogramming/issues?q=is%3Aissue+label%3Adisclosure+is%3Aclosed)
2323

2424
## Statement of Ethics
2525

@@ -38,7 +38,7 @@ are going towards and what will be done in exchange.
3838

3939
We highly encourage and celebrate others contributing to our site and our community! We've written [a comprehensive guide on how to do so here](./CONTRIBUTING.md). This guide includes instructions for how to add a new post to the site, how to edit our code, and what our deployment strategy is.
4040

41-
Keep in mind that we request developers reach out [via our Discord](https://discord.gg/FMcvc6T) or [via GitHub issue](https://github.com/unicorn-utterances/unicorn-utterances/issues/new) before extensive development is pursued. If you have a feature you'd like to add to the site, let us know! We'd love to do some brainstorming before coding begins!
41+
Keep in mind that we request developers reach out [via our Discord](https://discord.gg/FMcvc6T) or [via GitHub issue](https://github.com/playfulprogramming/playfulprogramming/issues/new) before extensive development is pursued. If you have a feature you'd like to add to the site, let us know! We'd love to do some brainstorming before coding begins!
4242

4343
We extend this invitation to those who may be unfamiliar with our processes. Be sure to check out [our CONTRIBUTING.md](./CONTRIBUTING.md) file first, but don't be afraid to join in and ask questions if you're uncertain of anything
4444

content/crutchcorn/collections/framework-field-guide-fundamentals/posts/ffg-fundamentals-preface/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ With the understanding of what we won't be looking at out of the way, **let's ta
226226
- Modifying each child in a loop
227227
- Passing values to projected children
228228

229-
> This can seem overwhelming but remember that this book is meant to be a "newcomer" to "expert" resource. You absolutely do not need to tackle this all at once. You can stop at any point, go elsewhere, and come back at your leisure. This book isn't going anywhere and **will be free online forever**; it is [open-source to ensure this is the case](https://github.com/unicorn-utterances/unicorn-utterances/).
229+
> This can seem overwhelming but remember that this book is meant to be a "newcomer" to "expert" resource. You absolutely do not need to tackle this all at once. You can stop at any point, go elsewhere, and come back at your leisure. This book isn't going anywhere and **will be free online forever**; it is [open-source to ensure this is the case](https://github.com/playfulprogramming/playfulprogramming/).
230230
231231
But wait, there's more! While this is the outline for the first book in the series, there will be two more books teaching React, Angular, and Vue. The second book will focus on the ecosystem around these tools, and the third will focus specifically on internals and advanced usage.
232232

content/crutchcorn/posts/a-complete-history-of-uu/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ While Unicorn Utterances has always been a volunteer-ran platform, let's a look
6363

6464
- May 30th, 2019: Tom Wellington is approached to design the initial UI for the site.
6565

66-
- May 31st, 2019: [The initial commit of Unicorn Utterances is made](https://github.com/unicorn-utterances/unicorn-utterances/commit/567f3d32b3c2a1bdeca95f2b3c16026901b539cb), starting development in [Gatsby](https://web.archive.org/web/20190625131121/https://www.gatsbyjs.com/).
66+
- May 31st, 2019: [The initial commit of Unicorn Utterances is made](https://github.com/playfulprogramming/playfulprogramming/commit/567f3d32b3c2a1bdeca95f2b3c16026901b539cb), starting development in [Gatsby](https://web.archive.org/web/20190625131121/https://www.gatsbyjs.com/).
6767

6868
- June 5th, 2019: Tom provides the first mockups for the site:
6969

@@ -93,7 +93,7 @@ While Unicorn Utterances has always been a volunteer-ran platform, let's a look
9393
9494
- February 2nd, 2020: [Corbin starts streaming regularly on Twitch](https://www.twitch.tv/crutchcorn) to help others learn and have fun.
9595

96-
- November 29th, 2021: [The site begins its rewrite to Next.js](https://github.com/unicorn-utterances/unicorn-utterances/pull/289) due to buggy customization in Gatsby interrupting site development.
96+
- November 29th, 2021: [The site begins its rewrite to Next.js](https://github.com/playfulprogramming/playfulprogramming/pull/289) due to buggy customization in Gatsby interrupting site development.
9797

9898
- January 9th 2022: Corbin starts work on [The Framework Field Guide](https://framework.guide) privately; aiming to be the platform's first book published.
9999

@@ -102,11 +102,11 @@ While Unicorn Utterances has always been a volunteer-ran platform, let's a look
102102
# Maturing The Platform
103103

104104

105-
- June 11th, 2022: [The initial announcement for "The Framework Field Guide" is launched](https://github.com/unicorn-utterances/unicorn-utterances/pull/367)
105+
- June 11th, 2022: [The initial announcement for "The Framework Field Guide" is launched](https://github.com/playfulprogramming/playfulprogramming/pull/367)
106106

107107
![A simple website with a book cover of the outdoors - a lake and mountains - with a "Get notified of release" button](./ffg_first_preview.png)
108108

109-
- July 9th, 2022: [The site begins its rewrite to Astro](https://github.com/unicorn-utterances/unicorn-utterances/pull/386) due to performance problems in the Next.js site.
109+
- July 9th, 2022: [The site begins its rewrite to Astro](https://github.com/playfulprogramming/playfulprogramming/pull/386) due to performance problems in the Next.js site.
110110

111111
- August 2nd, 2022: Corbin approaches Eduardo Pratti with a request to redesign "The Framework Field Guide"'s website.
112112

@@ -118,13 +118,13 @@ While Unicorn Utterances has always been a volunteer-ran platform, let's a look
118118

119119
![A playful site mockup with lightly bordered cards, stickers everywhere, and pastel colors](./uu_ed_initial_redesign.png)
120120

121-
- November 8th, 2022: [The new landing page for "The Framework Field Guide" starts development.](https://github.com/unicorn-utterances/unicorn-utterances/pull/436)
121+
- November 8th, 2022: [The new landing page for "The Framework Field Guide" starts development.](https://github.com/playfulprogramming/playfulprogramming/pull/436)
122122

123123
- December 3rd, 2022: The site's migration to Astro is finalized, original design in place. The lighthouse score on every page is improved; on some pages it is even doubled.
124124

125125
- December 6th, 2022: The new landing page for "The Framework Field Guide" launches
126126

127-
- March 3rd, 2022: [The site's redesign, led by Eduardo Pratti and James Fenn, launches](https://github.com/unicorn-utterances/unicorn-utterances/pull/497)
127+
- March 3rd, 2022: [The site's redesign, led by Eduardo Pratti and James Fenn, launches](https://github.com/playfulprogramming/playfulprogramming/pull/497)
128128

129129
> Fun fact, this redesign was codenamed "UwU" as joke amongst the team.
130130

content/crutchcorn/posts/change-host-file-android-emulator/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ If you close the emulator and re-open it using the command above, it may work,
124124

125125
Finally, you’re able to [sideload the Chrome APK’s x86 variant](https://www.apkmirror.com/apk/google-inc/chrome) in order to load the example codebase.
126126

127-
So, for example, using the above hostfile as an example, we can visit `example.com:8000` when running the development mode for [the project’s GitHub code](https://github.com/unicorn-utterances/unicorn-utterances/), you’re able to see a preview of the [Playful Programming](/) website from a different domain.
127+
So, for example, using the above hostfile as an example, we can visit `example.com:8000` when running the development mode for [the project’s GitHub code](https://github.com/playfulprogramming/playfulprogramming/), you’re able to see a preview of the [Playful Programming](/) website from a different domain.
128128

129129
![A screenshot of the above commands being ran](./11.png)
130130

content/crutchcorn/posts/how-to-use-npm/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ When you `clone` a project, you might see a file in the root called `package.jso
304304
"description": "Learning programming from magically majestic words",
305305
"version": "0.1.0",
306306
"bugs": {
307-
"url": "https://github.com/unicorn-utterances/unicorn-utterances/issues"
307+
"url": "https://github.com/playfulprogramming/playfulprogramming/issues"
308308
},
309309
"scripts": {
310310
"start": "node index.js",

content/crutchcorn/posts/making-a-slack-bot-with-node-and-mongo/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ slackEvents.on('message', async event => {
342342
});
343343
```
344344

345-
As you can see, we're able to add in the functionality for the score-keeping relatively easily with little additional code. Slightly cheating, but to pretty-print the score table, we're using a `tablize` package that's part of [the "batteries not included" library we've built](https://github.com/unicorn-utterances/batteries-not-included) in order to provide an ASCII table for our output.
345+
As you can see, we're able to add in the functionality for the score-keeping relatively easily with little additional code. Slightly cheating, but to pretty-print the score table, we're using a `tablize` package that's part of [the "batteries not included" library we've built](https://github.com/playfulprogramming/batteries-not-included) in order to provide an ASCII table for our output.
346346

347347
# Adding a Database {#mongodb}
348348

content/crutchcorn/posts/setup-standard-version/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,17 +201,17 @@ Initial release
201201
Let's say we introduce a new version that has a set of features and bug fixes:
202202

203203
```markdown
204-
### [0.0.2](https://github.com/unicorn-utterances/batteries-not-included/compare/v0.0.1...v0.0.2) (2020-02-25)
204+
### [0.0.2](https://github.com/playfulprogramming/batteries-not-included/compare/v0.0.1...v0.0.2) (2020-02-25)
205205

206206
### Features
207207

208-
* added overflow property to keyboard handler ([3f85fdc](https://github.com/unicorn-utterances/batteries-not-included/commit/3f85fdcc9ff2bf2e765585c500b0d2f3421c92dc))
209-
* added wrap number util ([762f1cd](https://github.com/unicorn-utterances/batteries-not-included/commit/762f1cd5ff60274b221eccf6da829b72fac97d7b))
208+
* added overflow property to keyboard handler ([3f85fdc](https://github.com/playfulprogramming/batteries-not-included/commit/3f85fdcc9ff2bf2e765585c500b0d2f3421c92dc))
209+
* added wrap number util ([762f1cd](https://github.com/playfulprogramming/batteries-not-included/commit/762f1cd5ff60274b221eccf6da829b72fac97d7b))
210210

211211
### Bug Fixes
212212

213-
* parameter in name in doc in wrap-number.ts ([249b63b](https://github.com/unicorn-utterances/batteries-not-included/commit/249b63bebe1816655dd64cc1acf7f57875b0613e))
214-
* updated overflow to work on keyboard handler ([eb50de0](https://github.com/unicorn-utterances/batteries-not-included/commit/eb50de0c401d98f84a5c9628c6d34c6cef311eb1))
213+
* parameter in name in doc in wrap-number.ts ([249b63b](https://github.com/playfulprogramming/batteries-not-included/commit/249b63bebe1816655dd64cc1acf7f57875b0613e))
214+
* updated overflow to work on keyboard handler ([eb50de0](https://github.com/playfulprogramming/batteries-not-included/commit/eb50de0c401d98f84a5c9628c6d34c6cef311eb1))
215215
```
216216

217217
You might think "Well, this file is auto-generated. I shouldn't modify it, least it stop working!" Luckily for us, this is not the case! So long as we leave the headers as-is, we're able to customize the `CHANGELOG.md` file with further details. _We can even include images_ using the standard markdown `![]()` syntax! Using this knowledge, we can create extremely robust and explanative changelogs for our consumers.

content/crutchcorn/posts/uttering-hello-introduction-post/index.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Parte de esto incluiría tener una comunidad en torno a los contenidos: poder te
2727
Sin tener en cuenta el nivel de conocimientos, también reconozco que hay varios estilos de aprendizaje. Mientras que algunos pueden captar rápidamente la enseñanza verbal, otros pueden tener dificultades para aprender sin un texto que leer. Aunque el sitio se centra actualmente en el contenido de tipo artículo, me encantaría poder ampliar este proyecto a otras vías de contenido educativo en ciencias de la computación en el futuro.
2828

2929
# Objetivos actuales
30-
Este proyecto va a ser un esfuerzo a largo plazo para tratar de escribir tan a menudo como sea posible para realizar este objetivo. Sin embargo, sé que es un objetivo elevado y no quiero hacerlo solo. Al crear este blog, me he asegurado de que otros autores tengan la menor barrera posible para contribuir. Tenemos páginas de autor construidas, filtrado y búsqueda en nuestras páginas, y [repositorio de GitHub abierto](https://github.com/unicorn-utterances/unicorn-utterances). Nos encantan y agradecemos las solicitudes de PR(Pull Request), nuevos contenidos, el mantenimiento del código en el sitio, los informes de errores y el debate general.
30+
Este proyecto va a ser un esfuerzo a largo plazo para tratar de escribir tan a menudo como sea posible para realizar este objetivo. Sin embargo, sé que es un objetivo elevado y no quiero hacerlo solo. Al crear este blog, me he asegurado de que otros autores tengan la menor barrera posible para contribuir. Tenemos páginas de autor construidas, filtrado y búsqueda en nuestras páginas, y [repositorio de GitHub abierto](https://github.com/playfulprogramming/playfulprogramming). Nos encantan y agradecemos las solicitudes de PR(Pull Request), nuevos contenidos, el mantenimiento del código en el sitio, los informes de errores y el debate general.
3131

3232
En cuanto al contenido, hay un artículo muy profundo que se está editando en estos momentos. En las próximas semanas, esté atento a las nuevas publicaciones en el sitio. Si utiliza el RSS para mantenerse al día con su contenido favorito, [tambien lo tenemos](/rss.xml)..
3333

0 commit comments

Comments
 (0)