Table of Contents
Welcome to Pyxie
Pyxie is a modern Python static site generator that combines the simplicity of markdown with the power of FastHTML. Let's explore some basic features!
Quick Start
Pyxie makes it easy to create beautiful websites. Here's what you need to know:
- Write content in markdown
- Use FastHTML for dynamic components
- Incorporate html and tailwind classes to fully customize your layouts
Basic Features
Markdown Support
You can write content using standard markdown syntax:
- Bold and italic text
- Lists and sublists
- Links
- Code blocks
FastHTML Integration
Pyxie allows you to use FastHTML blocks directly in your markdown. Here's a simple example:
How It Works
Pyxie transforms your markdown content into beautiful web pages through a simple yet powerful process:
- Content Files: Your markdown files with YAML frontmatter and XML elements
- Parser: Processes your content into structured data
- Cache: Stores processed content for better performance
- Renderer: Transforms the structured data into HTML
- Output: The final HTML pages ready to be served
Conclusion
Pyxie makes it easy to create beautiful, content-focused websites. Start with simple markdown files and let Pyxie handle the rest. Ready to dive deeper? Explore our Markdown Features guide or learn about styling.