prospector/russia-blogpost (#4459)

* Add blog post

* Add 451 handling

* lint
This commit is contained in:
Prospector
2025-09-30 17:40:34 -07:00
committed by GitHub
parent 8fd40f46c5
commit 4d11dc821b
11 changed files with 69 additions and 6 deletions

View File

@@ -23,6 +23,7 @@ import { article as new_site_beta } from "./new_site_beta";
import { article as plugins_resource_packs } from "./plugins_resource_packs";
import { article as pride_campaign_2025 } from "./pride_campaign_2025";
import { article as redesign } from "./redesign";
import { article as russian_censorship } from "./russian_censorship";
import { article as skins_now_in_modrinth_app } from "./skins_now_in_modrinth_app";
import { article as two_years_of_modrinth } from "./two_years_of_modrinth";
import { article as two_years_of_modrinth_history } from "./two_years_of_modrinth_history";
@@ -35,6 +36,7 @@ export const articles = [
two_years_of_modrinth,
two_years_of_modrinth_history,
skins_now_in_modrinth_app,
russian_censorship,
redesign,
pride_campaign_2025,
plugins_resource_packs,

View File

@@ -0,0 +1,2 @@
// AUTO-GENERATED FILE - DO NOT EDIT
export const html = `<p>Hi everyone,</p><p>We want to be upfront about censorship on the Modrinth platform. Recently, the Russian government contacted us and required us to restrict LGBTQ+ projects for Russian users. If we didnt, they threatened to block Modrinth entirely in Russia.</p><p>This is not a decision we believe in. It goes against our values and what we stand for as a community. But we were put in an impossible position: either comply, or cut off every single creator and player in Russia. Thats not a fair choice, and it doesnt make us feel any better about having to go through with it.</p><p><strong>To be clear:</strong> Modrinth supports the LGBTQ+ community. We always have, and we always will. If youre part of this community, know that we see you, we value you, and were not going anywhere 💚. Modrinth will always be a safe home for you, and well keep directly supporting the LGBTQ+ community through our annual Pride campaign fundraiser.</p><p>This sucks, and it hurts to be forced into this situation. But you deserve the truth, and we want you to hear it directly from us: <strong>certain LGBTQ+ content on Modrinth will now be restricted in Russia.</strong></p>`;

View File

@@ -0,0 +1,11 @@
// AUTO-GENERATED FILE - DO NOT EDIT
export const article = {
html: () => import(`./russian_censorship.content`).then(m => m.html),
title: "Russia forced us to do this",
summary: "Update on censorship for Russian users and our continued support for those affected.",
date: "2025-10-01T01:30:00.000Z",
slug: "russian-censorship",
authors: [],
thumbnail: true,
};