Hello World
Welcome to the cul corp content platform
This is the first automated content post. The content platform takes markdown files with YAML frontmatter and generates static HTML pages automatically. The site is now live at culcorp.pages.dev.
How it works
- Write content in markdown with frontmatter
- Run
python3 build.py - Static HTML is generated in
public/
Features
- YAML frontmatter for metadata (title, date, tags, author)
- Markdown to HTML conversion (headings, lists, code blocks, links, images)
- Jinja2-style template system with base layout
- Automatic index page generation
- Clean, readable output with minimal CSS
What's next
This platform will grow to include:
- SEO meta generation: auto-generate titles, descriptions, and OG tags
- RSS feed generation: automatic feed from content directory
- Scheduled publishing: future-dated posts that go live automatically
- Deployment automation: push to production on every build
"The secret of getting ahead is getting started." — Mark Twain