Welcome to the New GUMPWORKS
The CMS overhaul is complete. Here's what you can do now:
🚀 Features
- **Markdown + raw HTML** — Write posts in Markdown, drop raw HTML with `runhtml` blocks
- **@file addressing** — Upload files once, reference them anywhere with `
`
@root/file.png - **Admin panel** — Full CRUD editor at `/admin`
- **Archive sidebar** — Posts grouped by year/month automatically
- **Blog gallery** — Searchable card grid at `/blog`
Code Example
const greeting: string = "Hello from GUMPWORKS!";
console.log(greeting);Raw HTML Demo
🦝 This is raw HTML rendered live!
Custom styling, scripts, whatever you want.
That's it for now. More posts coming soon!