From 2cb2eb3874b98e24770b71783746cf8c03f5ce7d Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 25 Dec 2019 16:52:31 -0500 Subject: [PATCH] [+] Add cover as a demostration --- src/content/config.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/content/config.json b/src/content/config.json index c5fa979..52408c9 100644 --- a/src/content/config.json +++ b/src/content/config.json @@ -61,6 +61,12 @@ "title": "View", "description": "This is an example description" }, + { + "date": "2019-12-13", + "title": "Covered", + "file": "title.jpg", + "thumbnail": "title.jpg" + }, { "date": "2019-11-21", "title": "Frozen" @@ -68,8 +74,8 @@ { "date": "2019-12-20", "title": "Snow Quirrel", - "file": "2019-12-20-squirrel/public.jpg", - "thumbnail": "2019-12-20-squirrel/thumb.jpg" + "file": "photography/2019-12-20-squirrel/public.jpg", + "thumbnail": "photography/2019-12-20-squirrel/thumb.jpg" } ] },