Skip to content

Commit ebf3c7f

Browse files
committedAug 10, 2024
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
 

‎.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

‎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'

0 commit comments

Comments
 (0)
Please sign in to comment.