* feat: blog migration w/ fixes Co-authored-by: Prospector <prospectordev@gmail.com> * feat: add changelog button to news page * fix: lint issues * refactor: replace nuxt content with `@modrinth/blog` * feat: shared public folder * feat: try lazy loading html content * feat: rss + hide newsletter btn + blog.config.ts * feat: add new chapter modrinth servers post * fix: lint issues * fix: only generate RSS feed if changes detected * fix: utils dep * fix: lockfile dep * feat: GET /email/subscribe + subscription button * fix: lint issues * feat: articles.json for app * Made grid more responsive * fix: changes * Make margin slightly smaller in lists * Fix footer link * feat: latest news * Fix responsiveness * Remove old utm link * Update changelog * Lint --------- Co-authored-by: Prospector <prospectordev@gmail.com>
51 lines
2.1 KiB
TypeScript
51 lines
2.1 KiB
TypeScript
// 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 becoming_sustainable } from './becoming_sustainable'
|
|
import { article as capital_return } from './capital_return'
|
|
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 design_refresh } from './design_refresh'
|
|
import { article as download_adjustment } from './download_adjustment'
|
|
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'
|
|
import { article as modpacks_alpha } from './modpacks_alpha'
|
|
import { article as modrinth_app_beta } from './modrinth_app_beta'
|
|
import { article as modrinth_beta } from './modrinth_beta'
|
|
import { article as modrinth_servers_beta } from './modrinth_servers_beta'
|
|
import { article as new_site_beta } from './new_site_beta'
|
|
import { article as plugins_resource_packs } from './plugins_resource_packs'
|
|
import { article as redesign } from './redesign'
|
|
import { article as two_years_of_modrinth_history } from './two_years_of_modrinth_history'
|
|
import { article as two_years_of_modrinth } from './two_years_of_modrinth'
|
|
import { article as whats_modrinth } from './whats_modrinth'
|
|
import { article as windows_borderless_malware_disclosure } from './windows_borderless_malware_disclosure'
|
|
|
|
export const articles = [
|
|
a_new_chapter_for_modrinth_servers,
|
|
accelerating_development,
|
|
becoming_sustainable,
|
|
capital_return,
|
|
carbon_ads,
|
|
creator_monetization,
|
|
creator_update,
|
|
design_refresh,
|
|
download_adjustment,
|
|
knossos_v2_1_0,
|
|
licensing_guide,
|
|
modpack_changes,
|
|
modpacks_alpha,
|
|
modrinth_app_beta,
|
|
modrinth_beta,
|
|
modrinth_servers_beta,
|
|
new_site_beta,
|
|
plugins_resource_packs,
|
|
redesign,
|
|
two_years_of_modrinth_history,
|
|
two_years_of_modrinth,
|
|
whats_modrinth,
|
|
windows_borderless_malware_disclosure,
|
|
]
|