Welcome to Pyxie

March 19, 2024Pyxie Team
• 3 min read

Pyxie Process

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:

  1. Write content in markdown
  2. Use FastHTML for dynamic components
  3. 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:

5

How It Works

Pyxie transforms your markdown content into beautiful web pages through a simple yet powerful process:

Pyxie Content

  1. Content Files: Your markdown files with YAML frontmatter and XML elements
  2. Parser: Processes your content into structured data
  3. Cache: Stores processed content for better performance
  4. Renderer: Transforms the structured data into HTML
  5. 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.

About

A minimal blog template built with FastHTML, DaisyUI, and Pyxie for markdown parsing.

Customize this section to introduce yourself or your blog.