feat: blog (#4653)

* feat: blog

* feat: creator withdraw overhaul blog

* fix: bullet points

* fix: title

* fix: blog

* feat: autoplay on scroll & fix encoding of videos

* fix: class on first video

* fix: authors + summary + title

* fix: title + summary

* fix: lint

* fix: rev page mp4

* update formatting + phrasing

* some more formatting changes

* unify hr colors

* update opening line

* update blog time

---------

Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
Calum H.
2025-10-27 23:19:35 +00:00
committed by GitHub
parent a0f23a2bca
commit 363f47f269
17 changed files with 212 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,12 @@
// AUTO-GENERATED FILE - DO NOT EDIT
export const article = {
html: () => import(`./creator_withdrawals_overhaul.content`).then(m => m.html),
title: "More Ways to Withdraw",
summary: "Coming soon: new withdraw options and a redesigned revenue dashboard",
date: "2025-10-27T23:30:00.000Z",
slug: "creator-withdrawals-overhaul",
authors: ["AJfd8YH6","bOHH0P9Z","xSQqYYIN"],
unlisted: false,
thumbnail: true,
};

View File

@@ -7,6 +7,7 @@ import { article as carbon_ads } from "./carbon_ads";
import { article as creator_monetization } from "./creator_monetization";
import { article as creator_update } from "./creator_update";
import { article as creator_updates_july_2025 } from "./creator_updates_july_2025";
import { article as creator_withdrawals_overhaul } from "./creator_withdrawals_overhaul";
import { article as design_refresh } from "./design_refresh";
import { article as download_adjustment } from "./download_adjustment";
import { article as free_server_medal } from "./free_server_medal";
@@ -57,6 +58,7 @@ export const articles = [
free_server_medal,
download_adjustment,
design_refresh,
creator_withdrawals_overhaul,
creator_updates_july_2025,
creator_update,
creator_monetization,