feat: analytics 2.0 blogpost (#6235)

* feat: analytics 2.0 blogpost

* update blog post

* performance: compress mp4s

* date

---------

Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
Co-authored-by: tdgao <mr.trumgao@gmail.com>
This commit is contained in:
Calum H.
2026-05-29 12:47:44 -07:00
committed by GitHub
co-authored by Prospector tdgao
parent 99611d22c7
commit 206813b74c
24 changed files with 191 additions and 15 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1,12 @@
// AUTO-GENERATED FILE - DO NOT EDIT
export const article = {
html: () => import(`./analytics_overhaul.content`).then(m => m.html),
title: "Project Analytics are good now",
summary: "Get deeper insights into how people are using your projects with breakdowns, filtering, and more!",
date: "2026-05-29T11:00:00.000Z",
slug: "analytics-overhaul",
authors: ["AJfd8YH6","6EjnV9Uf","xSQqYYIN"],
unlisted: false,
thumbnail: true,
};
+2
View File
@@ -1,6 +1,7 @@
// AUTO-GENERATED FILE - DO NOT EDIT
import { article as a_new_chapter_for_modrinth_servers } from "./a_new_chapter_for_modrinth_servers";
import { article as accelerating_development } from "./accelerating_development";
import { article as analytics_overhaul } from "./analytics_overhaul";
import { article as becoming_sustainable } from "./becoming_sustainable";
import { article as capital_return } from "./capital_return";
import { article as carbon_ads } from "./carbon_ads";
@@ -40,6 +41,7 @@ import { article as windows_borderless_malware_disclosure } from "./windows_bord
export const articles = [
a_new_chapter_for_modrinth_servers,
accelerating_development,
analytics_overhaul,
becoming_sustainable,
capital_return,
carbon_ads,
File diff suppressed because one or more lines are too long
@@ -0,0 +1,12 @@
// AUTO-GENERATED FILE - DO NOT EDIT
export const article = {
html: () => import(`./project_analytics_2_0.content`).then(m => m.html),
title: "Project Analytics 2.0",
summary: "New query builder, breakdowns, filtering, and richer project data.",
date: "2026-05-29T11:00:00.000Z",
slug: "project-analytics-2.0",
authors: [],
unlisted: false,
thumbnail: false,
};