backend:
  name: github
  repo: zorrong/pnftrading-website
  branch: main


# Nơi lưu trữ và dẫn link hình ảnh
media_folder: "public/uploads"
public_folder: "/uploads"

# Quản lý danh mục nội dung (Collections)
collections:
  - name: "blog"
    label: "Bài viết & Phân tích"
    folder: "src/content/blog"
    create: true
    slug: "{{slug}}"
    fields:
      - { label: "Tiêu đề bài viết", name: "title", widget: "string" }
      - { label: "Mô tả ngắn (SEO Description)", name: "description", widget: "text" }
      - { label: "Ngày xuất bản", name: "pubDate", widget: "datetime", format: "YYYY-MM-DD" }
      - { label: "Tác giả", name: "author", widget: "string", default: "pnfTrading Research Team" }
      - { label: "Ảnh đại diện (Cover Image)", name: "heroImage", widget: "image", required: false }
      - { label: "Danh mục", name: "category", widget: "select", options: ["Phân tích Kỹ thuật", "Mẫu hình P&F", "Chiến lược Giao dịch", "Thị trường VN", "Crypto & Forex"], default: "Mẫu hình P&F" }
      - { label: "Thẻ (Tags)", name: "tags", widget: "list", default: ["Point and Figure", "PnF"] }
      - { label: "Nội dung bài viết", name: "body", widget: "markdown" }
