View source: Blueprint

The Panel setup for this page is controlled by the blueprint pages/portfolio-profile.yml.

All blueprints can be found in the /site/blueprints folder.

To learn more about Kirby's blueprints, please check out our docs: https://getkirby.com/docs

Back to the page

/site/blueprints/pages/portfolio-profile.yml
title: Profile
icon: 🖼

options:
  duplicate: false
  status: false
  url: false
  delete: false

columns:
  - width: 1/3
    sections:
      images:
        headline: Profile image
        type: files
        layout: cards
        template: portfolio-profile-image
        info: "{{ file.dimensions }}"
        max: 1
        size: large
        image:
          ratio: 5/4
          cover: true

  - width: 2/3
    fields:
      heading:
        type: text
      text:
        label: Bio
        type: blocks
        size: large