Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Neopolitan : Data Content Types

The other category of content types is those based off data. The two types of data I'm working with are JSON and YAML. Implementaiton is up to the rendering engine Other formats can be made to work as well.

I treat the data content types as components. The section header defines what type of component and the rendering engine expects a payload that matches the defined format.

For example :

-- card

{
  "first_name": "Alan",
  "last_name": "Smith", 
  "website": "alanwsmith.com",
  "mastodon_url": "https://hachyderm.io/deck/@TheIdOfAlan",
  "mastodon_name": "@TheIdOfAlan"
}