{
    "name": "Dr. Coffee Bean",
    "title": "Dr. Coffee Bean",
    "description": "Dr. Coffee Bean — a professor of coffee chemistry sharing thoughts on extraction kinetics, pour over dynamics, and chocolatelogy.",
    "favicon": "assets/images/logo.png",
    "google_analytics": "",


    "cv": {
        "enabled": true,
        "path": "assets/cv.pdf",
        "viewer": "pages/cv.html",
        "external_url": "",
        "mode": "view",
        "labels": {
            "view": "View CV",
            "download": "Download CV",
            "external": "My Lab"
        }
    },


    "sections": [

        {
            "file": "hero.json",
            "id": "hero",
            "enabled": true,
            "nav": {
                "show": false,
                "label": "Home"
            }
        },

        {
            "file": "about.json",
            "id": "about",
            "enabled": true,
            "nav": {
                "show": true,
                "label": "About Me"
            }
        },

        {
            "file": "education.json",
            "id": "education",
            "enabled": true,
            "nav": {
                "show": true,
                "label": "Education"
            }
        },

        {
            "file": "publications.json",
            "id": "publications",
            "enabled": true,
            "nav": {
                "show": true,
                "label": "Publications"
            }
        },

        {
            "file": "projects.json",
            "id": "projects",
            "enabled": true,
            "nav": {
                "show": true,
                "label": "Projects"
            }
        },

        {
            "file": "blog/blog.json",
            "base_path": "blog",
            "id": "blog",
            "enabled": false,
            "nav": {
                "show": true,
                "label": "Blog"
            }
        },

        {
            "file": "contact.json",
            "id": "contact",
            "enabled": true,
            "nav": {
                "show": true,
                "label": "Contact"
            }
        }

    ],


    "footer": {
        "name": "Dr. Coffee Bean",
        "tagline": "Just hanging out.\nAlways formulating with curiosity.",

        "links": [

            {
                "label": "My Favorite Coffee",
                "url": ""
            },

            {
                "label": "Nap Tips",
                "url": "https://example.com/"
            }

        ]
    }
}
