This article demonstrates the new publishing pipeline for Max Democracy.
Features
The pipeline includes:
- Markdown support with frontmatter metadata
- Automatic HTML generation with dark theme styling
- SEO-friendly meta tags and Open Graph properties
- Comment widget integration
- Ad slot placeholders for future monetization
Workflow
- Create article:
./content/new_article.sh "Title" "slug"
- Edit the Markdown file
- Publish:
./content/publish.sh
That's it! The article appears at /general/<slug>.html
and gets listed on the SPA home page automatically.