Rustipo's guides are for workflow questions, not raw feature lookup. Start here when you want a practical path through the product and move to Reference when you need exact behavior.
Start Here
Getting started
Create a site, preview it locally, and learn the normal authoring loop.
Template-driven pages
Learn the split between Markdown content, frontmatter extra, and Tera layout for custom homepages and other designed pages.
Build With Rustipo
Theme authoring
Build or customize a Rustipo theme by splitting Tera layout, palettes, assets, and optional SCSS cleanly.
Interactive embeds
Use reusable iframe and demo shortcodes without dropping large HTML blocks into content pages.
Deploying Rustipo sites
Choose between GitHub Pages, Cloudflare Pages, and Netlify, then generate the right workflow.
Building the docs site
Understand how Rustipo's own docs project is structured, verified, and published.
Suggested Paths
First-time site author
- Read Getting started.
- Move to Template-driven pages if your homepage or landing page needs stronger structure.
- Read Deploying Rustipo sites when you are ready to publish.
- Use Reference when you need exact command or template details.
Theme or landing-page author
- Start with Theme authoring.
- Use Template-driven pages when a single page needs structured layout data.
- Jump to Themes and palettes for the theme contract and palette model.
- Use Images when you need processed image derivatives in templates.
Docs-site contributor
- Read Building the docs site.
- Use Reference for the underlying product behavior.
- Use Contributing for GitHub-side contribution expectations.
Guides Focus On
- installation, first build, and deployment workflows
- theme authoring with Tera, palettes, assets, and optional SCSS
- the split between content, layout, and structured page data
- reusable embed authoring patterns
- how Rustipo's own docs project is organized and published