Skip to content

Commit ebf3c7f

Browse files
committed
chore: rename all references to UU to new name and domain
1 parent 61bfd28 commit ebf3c7f

File tree

158 files changed

+667
-667
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+667
-667
lines changed

Diff for: .github/ISSUE_TEMPLATE/content-suggestion.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ body:
77
- type: markdown
88
attributes:
99
value: >-
10-
> This is a proposed article to be written (by anyone) for Unicorn
11-
Utterances. If this topic seems interesting to you and you'd like to
10+
> This is a proposed article to be written (by anyone) for Playful Programming.
11+
If this topic seems interesting to you and you'd like to
1212
write it, just leave a comment saying so and let us know what we can do
1313
to help.
1414
- type: input

Diff for: CONTRIBUTING.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
As a community, we welcome anyone to write and submit posts to the Unicorn Utterances blog! In this document, we'll go over how to create a new post in UU and submit it as a pull request.
1+
As a community, we welcome anyone to write and submit posts to the Playful Programming blog! In this document, we'll go over how to create a new post in UU and submit it as a pull request.
22

33
> [!NOTE]
44
> For a general tutorial on contributing to a project with GitHub, you may want to go through [the First Contributions guide](https://github.com/firstcontributions/first-contributions) before continuing through this page.
@@ -29,12 +29,12 @@ Here's an example of what your `index.md` might look like:
2929
{
3030
// "name" should be your displayed name, however you want it
3131
// to appear on your posts
32-
name: "Eric Utterances",
32+
name: "Eric Programmer",
3333

3434
// "firstName" and "lastName" are unfortunately needed for
3535
// OpenGraph tags - fill these out however you feel is appropriate
3636
firstName: "Eric",
37-
lastName: "Utterances",
37+
lastName: "Programmer",
3838

3939
// "description" is a short bio that will be shown on your profile page
4040
description: "Haskell programmer, fanfiction author, and an omniscient unicorn.",
@@ -45,7 +45,7 @@ Here's an example of what your `index.md` might look like:
4545
socials: {
4646
mastodon: "https://hachyderm.io/@UnicornUtterances",
4747
github: "unicorn-utterances",
48-
website: "https://unicorn-utterances.com/"
48+
website: "https://playfulprogramming.com/"
4949
},
5050

5151
// "pronouns" are optional, but encouraged to include on your profile
@@ -69,7 +69,7 @@ Once your profile is created, you'll be ready to proceed to the next step...
6969

7070
# Writing a new post
7171

72-
All posts on Unicorn Utterances live in a `content/{username}/posts/` folder - we structure this with a subfolder for each post, containing a markdown file named `index.md`. The naming of this post folder will match its URL on the site.
72+
All posts on Playful Programming live in a `content/{username}/posts/` folder - we structure this with a subfolder for each post, containing a markdown file named `index.md`. The naming of this post folder will match its URL on the site.
7373

7474
> **New to Markdown?**
7575
>
@@ -81,7 +81,7 @@ When writing your post, you'll need to include some metadata in the frontmatter
8181
---
8282
{
8383
title: "My First Post",
84-
description: "This is my first post on the Unicorn Utterances site!",
84+
description: "This is my first post on the Playful Programming site!",
8585
published: '2023-04-11',
8686
tags: ["meta"],
8787
license: 'cc-by-4'

Diff for: README.es.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<p align="center">
2-
<img alt="Unicorn Utterances logo" width="256" src="./src/assets/unicorn_utterances_logo_512.png"/>
2+
<img alt="Playful Programming logo" width="256" src="./src/assets/playfulprogramming_logo_512.png"/>
33
</p>
44
<h1 align="center">
5-
Página Web de Unicorn Utterances
5+
Página Web de Playful Programming
66
</h1>
77
<div align="center">
88

@@ -12,12 +12,12 @@
1212

1313
</div>
1414

15-
Este repository actúa como la ubicación del código fuente para el [blog de Unicorn Utterances](https://unicorn-utterances.com).
15+
Este repository actúa como la ubicación del código fuente para el [blog de Playful Programming](https://playfulprogramming.com).
1616

1717
## Patrocinadores
1818

19-
<a href="https://www.thepolyglotdeveloper.com/" target="_blank" rel="noopener noreferrer sponsored"><img alt="The Polyglot Developer" src="https://unicorn-utterances.com/sponsors/the-polyglot-developer.svg" width="300"/></a>
20-
<a href="https://oceanbit.dev/" target="_blank" rel="noopener noreferrer sponsored"><img alt="OceanBit" src="https://unicorn-utterances.com/sponsors/oceanbit.svg" width="300"/></a>
19+
<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>
20+
<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

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

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<p align="center">
2-
<img alt="Unicorn Utterances logo" width="256" src="./src/assets/unicorn_utterances_logo_512.png"/>
2+
<img alt="Playful Programming logo" width="256" src="./src/assets/playfulprogramming_logo_512.png"/>
33
</p>
44
<h1 align="center">
5-
Unicorn Utterances Website
5+
Playful Programming Website
66
</h1>
77
<div align="center">
88

@@ -12,12 +12,12 @@
1212

1313
</div>
1414

15-
This repository acts as the source code location for [the Unicorn Utterances blog](https://unicorn-utterances.com).
15+
This repository acts as the source code location for [the Playful Programming blog](https://playfulprogramming.com).
1616

1717
## Sponsors
1818

19-
<a href="https://www.thepolyglotdeveloper.com/" target="_blank" rel="noopener noreferrer sponsored"><img alt="The Polyglot Developer" src="https://unicorn-utterances.com/sponsors/the-polyglot-developer.svg" width="300"/></a>
20-
<a href="https://oceanbit.dev/" target="_blank" rel="noopener noreferrer sponsored"><img alt="OceanBit" src="https://unicorn-utterances.com/sponsors/oceanbit.svg" width="300"/></a>
19+
<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>
20+
<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

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

Diff for: api/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "unicorn-utterances-api",
2+
"name": "playfulprogramming-api",
33
"type": "module",
44
"devDependencies": {
55
"@vercel/node": "^2.9.2"

Diff for: build-scripts/epubs/generate-epubs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ async function generateCollectionEPub(
179179
{
180180
title: collection.title,
181181
author: authors,
182-
publisher: "Unicorn Utterances",
182+
publisher: "Playful Programming",
183183
cover: collection.coverImgMeta.absoluteFSPath,
184184
allowedAttributes: [...defaultAllowedAttributes, "start", "colSpan"],
185185
css: await fs.readFile(resolve(__dirname, "./epub.css"), "utf-8"),

Diff for: build-scripts/social-previews/layouts/twitter-preview.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import style from "./twitter-preview-css";
44
import fs from "fs/promises";
55
import { getUnicornById } from "utils/api";
66

7-
const unicornUtterancesHead = await fs.readFile(
8-
"src/assets/unicorn_utterances_sticker.svg",
7+
const playfulProgrammingHead = await fs.readFile(
8+
"src/assets/playfulprogramming_sticker.svg",
99
"utf-8",
1010
);
1111

@@ -51,7 +51,7 @@ const TwitterLargeCard = ({
5151
<div className="absoluteFill codeScreenOverlay" />
5252
<div className="absoluteFill backgroundColor content">
5353
<div style="flex-grow: 1; text-align: right;">
54-
<div class="url">unicorn-utterances.com</div>
54+
<div class="url">playfulprogramming.com</div>
5555
</div>
5656
<h1
5757
style={{
@@ -89,7 +89,7 @@ const TwitterLargeCard = ({
8989
</div>
9090
<div
9191
class="unicorn"
92-
dangerouslySetInnerHTML={{ __html: unicornUtterancesHead }}
92+
dangerouslySetInnerHTML={{ __html: playfulProgrammingHead }}
9393
/>
9494
</div>
9595
</div>

Diff for: content/MDutro/posts/intro-to-html-css-and-javascript/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ So you have decided to learn web development.
1212

1313
Great! But once you start looking around for tutorials, guides, and other resources, it's easy to get overwhelmed. Web development incorporates a lot of different technologies that all work together to create the internet as we know it today. Understanding how they work together is no small task, especially when you are at the beginning of your web development journey. Which ones should you learn first? What do they do? What does it all mean???
1414

15-
Unicorn Utterances is here to help. Let's start at the beginning.
15+
Playful Programming is here to help. Let's start at the beginning.
1616

1717
At a very basic level, all websites are constructed from three foundational technologies: HTML, CSS, and JavaScript. Every other concept or technology related to front-end web development is either based on or works with one of these three building blocks. Getting a firm grasp on HTML, CSS, and JavaScript is critical to understanding web development and learning how to create your own websites and web applications.
1818

0 commit comments

Comments
 (0)