Now that you have a working site, here are some directions to explore.

The tutorial used hand-written templates. Zorto ships with 16 built-in themes (zorto, dkdc, default, ember, forest, ocean, rose, slate, midnight, sunset, mint, plum, sand, arctic, lime, charcoal) that provide ready-made templates and styles. Add one line to config.toml:

theme = "zorto"

With a theme active, you can delete the templates/ directory entirely — the theme provides everything. You can still override individual templates by placing files in templates/.

See Themes for details.

Deploy your site #

Your site is ready to go live. See Deploy your site for setup with Netlify, Vercel, Cloudflare Pages, or GitHub Pages.

Learn the concepts #

Follow the how-to guides #