Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

feat: allow custom models #33

Closed
wants to merge 1 commit into from
Closed

Conversation

rawkode
Copy link
Contributor

@rawkode rawkode commented Apr 4, 2021

Example Blox:

base: tests
source: data
destination: out
templates: templates
default_extension: .md
models:
  # - id: profile
  #   name: Profile
  #   cue: |
  #     {
  #       name: string
  #     }
  - id: tweet
    name: Tweet
    folder: tweet
    foreignkey: tweet_id
    cue: |
      {
        tweet: "two"
      }

@rawkode rawkode requested a review from bketelsen April 4, 2021 11:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant