Transmission Zero
The signal is live
This is a placeholder post. It exists only to prove the blog pipeline:
markdown in src/lib/posts/, rendered through mdsvex at build time, listed on /blog, and served on its own route.
Bones, not body. Real writing lands in a follow-up content quest.
What works here
- Frontmatter (
title,date,excerpt,tags,published) - Standard markdown — lists, headings,
inline code, blockquotes - LITT brand styling inherited from the global
.prosestyles
To publish a real post, drop a new .md file next to this one and set published: true. To hide a draft, set published: false.
// Svelte components even work inside posts, via mdsvex.
console.log('welcome to LITTle Season Saints');