Welcome to Roe! πŸš€

Your new site is up and running. Roe is a file-backed CMS that keeps your content in plain Markdown files β€” easy to edit, version control, and deploy anywhere.

Quick Start

  1. Configure your site: Visit the admin panel to set your site title, URL, and other settings
  2. Create content: Add posts to the site/posts/ folder as Markdown files
  3. Customize the theme: Edit files in site/layout/ and site/theme/
  4. Deploy: Use the Updates & Deploy page to push your site live

Content Structure

  • Posts β†’ site/posts/*.md β€” Blog posts, articles, podcasts
  • Pages β†’ site/pages/*.md β€” Static pages like About, Contact
  • Media β†’ site/media/ β€” Images, audio, video files
  • Config β†’ site/system/ β€” Site settings and feature flags

Need Help?

  • Check the documentation in current/docs/
  • Visit the Admin panel for content management
  • Look at this post’s source: site/posts/welcome.md

Happy publishing! ✍️