media_folder = "src/static/media" public_folder = "/static/media" [backend] name = "git-gateway" branch = "main" [[collections]] name = "blog" label = "Blog Posts" label_singular = "Blog Post" folder = "src/blog" extension = "md" format = "yaml-frontmatter" # Metadata Fields [[collections.fields]] name = "title" label = "Title" widget = "string" [[collections.fields]] name = "summary" label = "Summary" widget = "text" [[collections.fields]] name = "draft" label = "Draft Status" widget = "boolean" [[collections.fields]] name = "published" label = "Publish Date" widget = "datetime" date_format = "YYYY-MM-DD" [[collections.fields]] name = "templateEngines" label = "Template Engines" widget = "hidden" default = ["vto", "md"] [[collections.fields]] name = "body" label = "Post Content" widget = "markdown"