[M] Rename config files to generalize them

This commit is contained in:
Hykilpikonna
2019-12-25 12:27:36 -05:00
parent e77e2bbf99
commit 5cb572f05d
3 changed files with 3 additions and 3 deletions
+57
View File
@@ -0,0 +1,57 @@
{
"title":
{
"text": "Hykilpikonna's Gallery",
"sub": "This is a subtitle",
"height": 80,
"background": "title.jpeg",
"dim": 60,
"text_color": "white",
"font": "'Neucha', cursive"
},
"footer":
{
"text": "",
"height": 10,
"background": "lightgray"
},
"artwork":
{
"default_title": "Untitled",
"default_format": "jpg",
"author": "Hykilpikonna"
},
"artworks":
[
{
"date": "2019-10-05",
"title": "Vibrance",
"format": "png"
},
{
"date": "2019-10-17",
"title": "Entrance"
},
{
"date": "2019-10-23",
"title": "Flowey"
},
{
"date": "2019-10-30",
"title": "Serial Dilution"
},
{
"date": "2019-11-10",
"title": "View",
"description": "This is an example description"
},
{
"date": "2019-11-21",
"title": "Frozen"
},
{
"date": "2019-12-20",
"title": "Snow Quirrel"
}
]
}