{

"header": {
  "brand": {
    "name": "Brand",
    "image": "/assets/img/logo.png",
    "link": ""
  },
  "menu": {
    "style": "is-transparent",
    "start": [
      {
        "type": "buttons",
        "content": [
          {
            "style": "is-info",
            "content": "Support",
            "link": "/support",
            "icon": {
              "style": "has-text-pink",
              "name": "fa-heart"
            }
          }
        ]
      }
    ],
    "end": [
      {
        "style": "has-text-light",
        "type": "link",
        "content": "Blog",
        "link": "/blog",
        "icon": {
          "style": "has-text-info",
          "name": "fa-feed"
        }
      },
      {
        "style": "has-text-light",
        "type": "link",
        "content": "Projects",
        "link": "/projects",
        "icon": {
          "style": "has-text-info",
          "name": "fa-gear"
        }
      },
      {
        "style": "has-text-light",
        "type": "link",
        "content": "Papers",
        "link": "/papers",
        "icon": {
          "style": "has-text-info",
          "name": "fa-flask"
        }
      },
      {
        "style": "has-text-light",
        "type": "dropdown",
        "content": "More",
        "links": [
          {
            "style": "has-text-light",
            "content": "Contact",
            "link": "/contact",
            "icon": {
              "style": "has-text-primary",
              "name": "fa-envelope"
            }
          },
          {
            "style": "has-text-light",
            "content": "Resume",
            "link": "/resume",
            "icon": {
              "style": "has-text-primary",
              "name": "fa-briefcase"
            }
          }
        ]
      }
    ]
  }
},
"footer": [
  {
    "style": "is-3",
    "content": [
      {
        "style": "is-large",
        "type": "icons",
        "content": [
          {
            "style": "fa-stack-2x",
            "name": "fa-creative-commons"
          }
        ]
      },
      {
        "type": "text",
        "content": "Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 4.0 International license."
      }
    ]
  },
  {
    "style": "is-6",
    "content": []
  },
  {
    "style": "is-3 has-text-right",
    "content": [
      {
        "type": "link",
        "content": "Privacy",
        "link": "/privacy"
      },
      {
        "type": "link",
        "content": "Disclaimer",
        "link": "/disclaimer"
      },
      {
        "type": "image",
        "name": "Made with Bulma",
        "link": "https://bulma.io",
        "file": "/assets/img/made-with-bulma.png",
        "width": "128",
        "height": "24"
      }
    ]
  }
]

}