← All posts
Kristijan Lukačin28 April 20263 min read

Block types: code, callout, cta, image, mascot

A short tour of every custom Portable Text block type the Nebion blog supports out of the box. Use these in your own posts.

The Nebion blog supports five custom block types beyond the standard Portable Text blocks. They are inserted as raw JSON nodes in the body — the slash-command UX in admin will arrive once we publish the plugin as a package.

Code block

.nebion.ymlyaml
recipe: manual
deploy:
  - bin/build.sh
  - bin/release.sh
destroy:
  - bin/teardown.sh

Callout

Heads up
Callouts come in four tones: info, warning, success, danger. Pick the one that matches the gravity of the message.
Production deploys propagate to the edge in seconds — but cache invalidation can take longer. Plan accordingly.

CTA card

Ready to deploy?

Spin up your first Nebion Project in under three minutes.

Get started →

Mascot embed

Drop in any of the brand mascots at three sizes:

Keep reading
Manual recipes: deploying things that do not want to be Docker
Read post →
Environment Actions: stop SSH-ing in to clear a cache
Read post →
Why we built Nebion (the short, honest version)
Read post →