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
- Configure your site: Visit the admin panel to set your site title, URL, and other settings
-
Create content: Add posts to the
site/posts/folder as Markdown files -
Customize the theme: Edit files in
site/layout/andsite/theme/ - 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! βοΈ