Add medal blog post

This commit is contained in:
Prospector
2025-08-20 15:20:52 -07:00
parent e114c7466e
commit 3d1cafdcec
8 changed files with 51 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
// AUTO-GENERATED FILE - DO NOT EDIT
export const html = `<p>Were excited to announce weve teamed up with <a href="http://medal.tv/" rel="noopener nofollow ugc">Medal.tv</a>, where millions of gamers share their favorite moments. Starting today, Modrinth users can claim a <strong>free 3GB US server for 5 days</strong> by completing a Medal quest!</p><p>Its the perfect way to try out Modrinth Servers, completely on us.</p><h2>How It Works</h2><ol><li><a href="https://quests.medal.tv/modrinth" rel="noopener nofollow ugc">Download and install Medal</a></li><li>Start the Modrinth Quest</li><li>Save a clip playing your favourite Mod</li><li>Claim your reward</li><li>Manage your server on Modrinth</li></ol><p>No payment required. Just clip, claim, and start playing your favourite mods with your friends! Learn more about how it works <a href="https://quests.medal.tv/modrinth" rel="noopener nofollow ugc">here</a>.</p>`;

View File

@@ -0,0 +1,11 @@
// AUTO-GENERATED FILE - DO NOT EDIT
export const article = {
html: () => import(`./free_server_medal.content`).then(m => m.html),
title: "Get a Free Modrinth Server",
summary: "In partnership with Medal.tv, get a 5-day free trial for Modrinth Servers",
date: "2025-08-20T22:25:00.000Z",
slug: "free-server-medal",
authors: ["AJfd8YH6"],
thumbnail: true,
};

View File

@@ -9,6 +9,7 @@ import { article as creator_update } from "./creator_update";
import { article as creator_updates_july_2025 } from "./creator_updates_july_2025";
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";
import { article as knossos_v2_1_0 } from "./knossos_v2_1_0";
import { article as licensing_guide } from "./licensing_guide";
import { article as modpack_changes } from "./modpack_changes";
@@ -43,6 +44,7 @@ export const articles = [
modpack_changes,
licensing_guide,
knossos_v2_1_0,
free_server_medal,
download_adjustment,
design_refresh,
creator_updates_july_2025,