Files
Charlie-Gallery/src/content/config.json
T
2020-01-02 19:15:20 -05:00

68 lines
1.5 KiB
JSON

{
"title":
{
"text": "Charlie's Visual Arts",
"sub": "The Distance",
"height": 70,
"background": "title.jpg",
"dim": 60,
"text_color": "white",
"font": "'Neucha', cursive"
},
"footer":
{
"text": "",
"height": 10,
"background": "lightgray"
},
"post":
{
"default_title": "Untitled",
"default_format": "jpg",
"author": "Charlie",
"default_type": "Photography"
},
"types":
[
{
"type": "Drawing & Painting",
"folder": "painting",
"posts":
[
{
"date": "2018-10-24",
"title": "Meiko",
"format": "png"
}
]
},
{
"type": "Photography",
"posts":
[
{
"date":"2017-08-08",
"title":"The quietness before dawn"
},
{
"date":"2019-10-10",
"title":"The thinker",
"description": "self portrait"
}
]
},
{
"type": "Video",
"video": true,
"posts":
[
{
"date": "2019-12-07",
"title": "色彩 ~雪花の盾~",
"file": "https://www.youtube.com/watch?v=QLDQ4VKrmvQ"
}
]
}
]
}