Timeline

Présentation

image

Data

JSON (Osuny)

  • layout enum (vertical, horizontal)
  • elements array
    • title string
    • text text
{
  "elements": [
    {
      "title": "Décembre 2019",
      "text": "COP 25 (Madrid)"
    },
    {
      "title": "Novembre 2021",
      "text": "COP 26 (Glasgow)"
    },
    {
      "title": "Novembre 2022",
      "text": "COP 27 (Charm el-Cheikh)"
    }
  ],
  "layout": "vertical"
}

Static (Hugo)

  • events array
    • title string
    • text text
- template: timeline
  title: >-
    Timeline
  position: 1
  data:
    layout: vertical

    events:
      - title: >-
          Décembre 2019


        text: >-
          COP 25 (Madrid)


      - title: >-
          Novembre 2021


        text: >-
          COP 26 (Glasgow)


      - title: >-
          Novembre 2022


        text: >-
          COP 27 (Charm el-Cheikh)