Hugi's Webkit Sandbox

---
config:
  baseUrl: Discourse URL
  title: My Site Title
  description: My Site Description
style:
  title:
    width: [100%, 35%]
blocks:
- type: custom
  id: about
  text:
  - Some custom text
  - Another section of text

@hugi renamed ‘sections’ to ‘blocks’ fyi :slight_smile:

blocks:
  - type: Content
    id: about
    views:
      text:
      - Some custom text
      - Another section of text

Is the correct form. see the example here for reference: Webkit Sandbox YAML