diff --git a/src/assets/2019-10-05.pic.jpg b/src/assets/2019-10-05.pic.jpg new file mode 100644 index 0000000..0b24bbb Binary files /dev/null and b/src/assets/2019-10-05.pic.jpg differ diff --git a/src/assets/2019-10-05.pic_hd.jpg b/src/assets/2019-10-05.pic_hd.jpg new file mode 100644 index 0000000..8b110de Binary files /dev/null and b/src/assets/2019-10-05.pic_hd.jpg differ diff --git a/src/assets/2019-10-17.pic.jpg b/src/assets/2019-10-17.pic.jpg new file mode 100644 index 0000000..5343676 Binary files /dev/null and b/src/assets/2019-10-17.pic.jpg differ diff --git a/src/assets/2019-10-17.pic_hd.jpg b/src/assets/2019-10-17.pic_hd.jpg new file mode 100644 index 0000000..8407983 Binary files /dev/null and b/src/assets/2019-10-17.pic_hd.jpg differ diff --git a/src/assets/2019-11-10.pic.jpg b/src/assets/2019-11-10.pic.jpg new file mode 100644 index 0000000..19b8184 Binary files /dev/null and b/src/assets/2019-11-10.pic.jpg differ diff --git a/src/assets/2019-11-10.pic_hd.jpg b/src/assets/2019-11-10.pic_hd.jpg new file mode 100644 index 0000000..866a073 Binary files /dev/null and b/src/assets/2019-11-10.pic_hd.jpg differ diff --git a/src/assets/2019-11-21.pic.jpg b/src/assets/2019-11-21.pic.jpg new file mode 100644 index 0000000..3427e2c Binary files /dev/null and b/src/assets/2019-11-21.pic.jpg differ diff --git a/src/assets/2019-11-21.pic_hd.jpg b/src/assets/2019-11-21.pic_hd.jpg new file mode 100644 index 0000000..2cfbdb2 Binary files /dev/null and b/src/assets/2019-11-21.pic_hd.jpg differ diff --git a/src/assets/2019-12-20.pic.jpg b/src/assets/2019-12-20.pic.jpg new file mode 100644 index 0000000..3876562 Binary files /dev/null and b/src/assets/2019-12-20.pic.jpg differ diff --git a/src/assets/2019-12-20.pic_hd.jpg b/src/assets/2019-12-20.pic_hd.jpg new file mode 100644 index 0000000..2afea75 Binary files /dev/null and b/src/assets/2019-12-20.pic_hd.jpg differ diff --git a/src/content/charlie-config.json b/src/content/charlie-config.json index b7a38d3..4a147e1 100644 --- a/src/content/charlie-config.json +++ b/src/content/charlie-config.json @@ -8,5 +8,43 @@ "dim": 60, "text_color": "white", "font": "'Neucha', cursive" - } + }, + "artworks": + [ + { + "date": "2019-10-05", + "title": "Vibrance", + "format": "jpg" + }, + { + "date": "2019-10-17", + "title": "Entrance", + "format": "jpg" + }, + { + "date": "2019-10-23", + "title": "Flowey", + "format": "jpg" + }, + { + "date": "2019-10-30", + "title": "Serial Dilution", + "format": "jpg" + }, + { + "date": "2019-11-10", + "title": "View", + "format": "jpg" + }, + { + "date": "2019-11-21", + "title": "Frozen", + "format": "jpg" + }, + { + "date": "2019-12-20", + "title": "SnowQUIRREL", + "format": "jpg" + } + ] }