mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-09 12:57:45 +00:00
[UwU] About page redesign (#711)
- Combines about page into a single MDX file per translation - Adds a license component for sticker attribution --- - **TODO:** code blocks in the license dialog aren't being processed by `unified` / `remark-shiki-twoslash` correctly in the deployment build, resulting in incorrect styling (the "shiki" classes/spans aren't being added). This works perfectly fine in dev mode. I have no clue what's going on.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
description: "Twitch streaming can be fun and fulfilling, but has various roadblocks in the way for newcomers. Here's how you can overcome them and grow your Twitch channel.",
|
||||
published: '2023-03-25T21:52:59.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['opinion'],
|
||||
tags: ['opinion', 'twitch'],
|
||||
attached: [],
|
||||
license: 'cc-by-4'
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
description: 'Learn how to interactively debug your NodeJS applications using a GUI-based debugger built into Chrome.',
|
||||
published: '2020-01-21T05:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['node', 'chrome'],
|
||||
tags: ['nodejs', 'chrome'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-sa-4'
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ title: "A Better Way To Code: Documentation Driven Development",
|
||||
description: "Test Driven Development is often taught to improve a your workflow; I present Documentation Driven Development as an alternative approach.",
|
||||
published: '2022-01-18T22:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['testing', 'opinion'],
|
||||
tags: ['testing', 'opinion', 'documentation'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-sa-4',
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
description: "You've heard a lot about Node, NPM, and Yarn - but aren't sure what they are. Let's introduce them in-depth and answer questions about them!",
|
||||
published: '2021-04-05T22:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['webdev', 'javascript', 'node'],
|
||||
tags: ['webdev', 'javascript', 'nodejs'],
|
||||
attached: [],
|
||||
license: 'cc-by-4'
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
description: "Have you ever wanted to run native Java and Kotlin code from your mobile game written in Unity? Well, you can! Let's see how.",
|
||||
published: '2020-01-04T05:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['unity', 'android', 'csharp', 'java'],
|
||||
tags: ['gamedev', 'android', 'csharp', 'java'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-sa-4'
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
description: 'Save yourself money by hiding your API keys from prying eyes and nasty bots.',
|
||||
published: '2020-04-20T22:07:09.945Z',
|
||||
authors: ['MDutro'],
|
||||
tags: ['react', 'node'],
|
||||
tags: ['react', 'nodejs'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-nd-4'
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
description: 'Join us as we teach you how to create a Slack bot from scratch using their Node SDK and MongoDB for persistence',
|
||||
published: '2020-02-18T05:12:03.284Z',
|
||||
authors: ['crutchcorn'],
|
||||
tags: ['mongodb', 'node', 'slack'],
|
||||
tags: ['mongodb', 'nodejs', 'slack'],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-sa-4'
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
published: '2022-06-15T21:12:03.284Z',
|
||||
edited: '2023-09-27',
|
||||
authors: ['fennifith'],
|
||||
tags: ["minecraft"],
|
||||
tags: ["minecraft", "gamedev"],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-sa-4',
|
||||
collection: "minecraft-data-packs",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
published: '2022-06-14T21:12:03.284Z',
|
||||
edited: '2023-09-27',
|
||||
authors: ['fennifith'],
|
||||
tags: ["minecraft"],
|
||||
tags: ["minecraft", "gamedev"],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-sa-4',
|
||||
collection: "minecraft-data-packs",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
published: '2022-08-20T19:10:03.284Z',
|
||||
edited: '2023-09-27',
|
||||
authors: ['fennifith'],
|
||||
tags: ["minecraft"],
|
||||
tags: ["minecraft", "gamedev"],
|
||||
attached: [],
|
||||
license: 'cc-by-nc-sa-4',
|
||||
collection: "minecraft-data-packs",
|
||||
|
||||
Reference in New Issue
Block a user