diff --git a/src/content/albums/example.json b/src/content/albums/example.json deleted file mode 100644 index 0c81986..0000000 --- a/src/content/albums/example.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "title": "Album Example", - "description": "This is an example album. Note that the local image path is relative to the corresponding album folder in the public directory.", - "cover": "https://picsum.photos/800/600?random=1", - "date": "2025-01-01T00:00:00.000Z", - "location": "Unknown", - "tags": ["example"], - "layout": "masonry", - "columns": 3, - "photos": [ - { - "src": "智子_ASK.jpg", - "alt": "智子", - "title": "智子 by ASK", - "description": "This is a beautiful image from local file", - "tags": ["human"] - }, - { - "src": "https://picsum.photos/800/600?random=2", - "alt": "random image", - "title": "Random Image", - "description": "This is a beautiful image from external link", - "tags": [ - "scenary" - ] - } - ], - "visible": true -} \ No newline at end of file