all repos — www @ ee6d9c6e38b34b41b841456f12b98334d4067113

deserthorns.net content + generator

site.json (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
{
    "index": {
        "title": "deserthorns"
    },
    "creative": {
        "parent": "index"
    },
    "music": {
        "parent": "creative",
        "image": "/assets/img/music.jpg"
    },
    "visual": {
        "parent": "creative",
        "image": "/assets/img/visual.jpg"
    },
    "photography": {
        "parent": "visual"
    },
    "projects": {
        "parent": "index"
    },
    "keyboard": {
        "parent": "projects",
        "image": "/assets/img/keyboard.jpg"
    },
    "about": {
        "parent": "index"
    },
    "meta": {
        "parent": "about"
    },
    "style": {
        "parent": "meta",
        "image": "/assets/img/style.png"
    }
}