# Welcome to Ultimate Jekyll!
# This is the default configuration file for your project.

# Project
url: ""
baseurl: ""

# Theme
theme:
  id: "classy"
  target: "frontend"
  appearance: "dark"
  version: "latest"
  html:
    class: ""
  body:
    class: ""
  nav:
    enabled: true
  main:
    class: ""
  footer:
    enabled: true

# Meta
meta:
  title: ""
  description: ""
  image: "https://cdn.itwcreativeworks.com/assets/itw-creative-works/images/socials/itw-creative-works-brandmark-square-black-1024x1024.png"
  keywords: ""
  viewport: ""
  index: true
  referrer: ""

# Brand
brand:
  id: ""
  name: ""
  description: ""
  type: "Corporation"
  images:
    brandmark: "https://cdn.itwcreativeworks.com/assets/itw-creative-works/images/logo/itw-creative-works-brandmark-black-x.svg"
    wordmark: "https://cdn.itwcreativeworks.com/assets/itw-creative-works/images/logo/itw-creative-works-wordmark-black-x.svg"
    combomark: "https://cdn.itwcreativeworks.com/assets/itw-creative-works/images/logo/itw-creative-works-combomark-black-x.svg"
  contact:
    email: ""
    phone: ""
    slapform-form-id: ""
  address:
    line1: "4001 Inglewood Ave"
    line2: "Suite 101-385"
    region: "CA"
    postal-code: "90278"
    city: "Redondo Beach"
    locality: "Los Angeles"
    country: "United States"

# Web Manager
web_manager:
  auth:
    enabled: true
    config:
      policy: null
      redirects:
        authenticated: "/account"
        unauthenticated: "/signup"
      allowSubdomains: true
  firebase:
    app:
      enabled: true
      config:
        apiKey: ""
        authDomain: ""
        databaseURL: ""
        projectId: ""
        storageBucket: ""
        messagingSenderId: ""
        appId: ""
        measurementId: ""
    appCheck:
      enabled: false
      config:
        siteKey: ""
  cookieConsent:
    enabled: true
    config:
      palette:
        popup:
          background: "#237afc"
          text: "#fff"
        button:
          background: "#fff"
          text: "#237afc"
  chatsy:
    enabled: true
    config:
      agentId: ""
      settings:
        button:
          backgroundColor: "#237afc"
          textColor: "#fff"
          position: "bottom-right"
          type: "round"
          icon: "default"
  sentry:
    enabled: true
    config:
      dsn: ""
      release: ""
      replaysSessionSampleRate: 0.01
      replaysOnErrorSampleRate: 0.01
  exitPopup:
    enabled: true
    config:
      timeout: 1000 * 60 * 60 * 4
      title: "Want 15% off?"
      message: "Get 15% off your purchase of our Premium plans."
      okButton:
        text: "Claim 15% Discount"
        link: "/pricing"
  lazyLoading:
    enabled: true
    config:
      rootMargin: "50px 0px"
      threshold: 0.01
  socialSharing:
    enabled: false
    config:
      defaultPlatforms: [ "facebook", "twitter", "linkedin", "pinterest", "reddit", "email", "copy" ]
      buttonClass: ""
      openInNewWindow: true
  pushNotifications:
    enabled: true
    config:
      autoRequest: 1000 * 60
  validRedirectHosts: []
  payment:
    processors:
      stripe:
        publishableKey: null
      paypal:
        clientId: null
      chargebee:
        site: null
      coinbase:
        enabled: false
    products:
      - id: basic
        name: Basic
        type: subscription
        limits:
          credits: 10
          exports: "Watermarked"
          storage: "7 days"
      - id: plus
        name: Plus
        type: subscription
        limits:
          credits: 100
          exports: -1
          api_access: "Full"
          priority_support: "24/7"
        trial:
          days: 14
        prices:
          monthly: 28
          annually: 276
      - id: pro
        name: Pro
        type: subscription
        limits:
          credits: 200
          exports: -1
        prices:
          monthly: 50
          annually: 504
      - id: max
        name: Max
        type: subscription
        limits:
          credits: 500
          exports: -1
          team_collaboration: true
          custom_branding: true
        prices:
          monthly: 100
          annually: 960

# OAuth2
oauth2:

# Socials
socials:
  facebook: null
  twitter: null
  linkedin: null
  youtube: null
  instagram: null
  tumblr: null
  slack: null
  discord: null
  github: null
  dev: null
  tiktok: null
  twitch: null
  soundcloud: null
  spotify: null
  mixcloud: null

# Analytics
analytics:
  google: null
  meta: null
  tiktok: null

# reCAPTCHA
recaptcha:
  site-key: null

# Cloudflare
cloudflare:
  zone: null

# Download
download:
  mac:
    universal: ""
  windows:
    universal: ""
  linux:
    debian: ""
    snap: ""
  ios:
    universal: ""
  android:
    universal: ""

# Extension
extension:
  chrome: ""
  firefox: ""
  opera: ""
  safari: ""
  edge: ""
  brave: ""

# Favicon
favicon:
  path: "https://cdn.itwcreativeworks.com/assets/itw-creative-works/images/favicon"
  safari-pinned-tab: "#5bbad5"
  msapp-tile-color: "#da532c"
  theme-color: "#ffffff"

# Schema (Structured Data)
schema:
  software_application:
    application_category: "WebApplication"
    operating_system: "Web-based"
    price: "0"
    price_currency: "USD"
    features: []
  faq_page:
    items: []

# Manifest
manifest:
  name: ""
  short-name: ""
  theme-color: "#ffffff"
  background-color: "#ffffff"
  display: "standalone"
  start-url: "/?source=pwa"
  scope: "/"
  orientation: "portrait"

# Translation
translation:
  enabled: false
  default: "en"
  languages:
    - "zh"
    - "es"
    - "hi"
    - "ar"
    - "pt"
    - "ru"
    - "ja"
    - "de"
    - "fr"
    - "ko"
    - "ur"
    - "id"
    - "bn"
    - "tl"
    - "vi"
    - "it"

# Icons
icons:
  style: "solid"

# Blog & Pagination
permalink: "/blog/:title"
pagination:
  enabled: true
  per_page: 6
  offset: 0
  limit: 0
  permalink: "/page/:num.html"
  title: ":title - page :num"
  sort_field: "date"
  sort_reverse: true

# Jekyll collections
collections:

# Jekyll defaults
defaults:
