Interface: GitCMSSettings

GitCMSSettings

Options when instantiating instace of class
Source:

Members

apiKey :string

GitHub API Key
Type:
  • string
Source:
See:

owner :string

Owner of the repo you're sourcing from
Type:
  • string
Source:

repo :string

Repo name your're sourcing from
Type:
  • string
Source:

schema :SchemaObject

Optional JSON schema to validate frontmatter data against
Type:
  • SchemaObject
Source:

srcPath :string

Path to folder to start sourcing content
Type:
  • string
Source: