🍱 example comics

This commit is contained in:
mi
2025-11-07 17:00:42 +10:00
parent 9b47ef89e3
commit 3c79745842
4 changed files with 3 additions and 3 deletions

View File

@@ -5,21 +5,21 @@ COMICS = [
{ {
'number': 1, 'number': 1,
'title': 'First Comic', 'title': 'First Comic',
'filename': 'comic-001.png', 'filename': 'comic-001.jpg',
'date': '2025-01-01', 'date': '2025-01-01',
'alt_text': 'The very first comic', 'alt_text': 'The very first comic',
'author_note': 'This is where your comic journey begins!' 'author_note': 'This is where your comic journey begins!'
}, },
{ {
'number': 2, 'number': 2,
'filename': 'comic-002.png', 'filename': 'comic-002.jpg',
'date': '2025-01-08', 'date': '2025-01-08',
'alt_text': 'The second comic', 'alt_text': 'The second comic',
}, },
{ {
'number': 3, 'number': 3,
'title': 'Third Comic', 'title': 'Third Comic',
'filename': 'comic-003.png', 'filename': 'comic-003.jpg',
'date': '2025-01-15', 'date': '2025-01-15',
'alt_text': 'The third comic', 'alt_text': 'The third comic',
'author_note': 'Things are getting interesting!' 'author_note': 'Things are getting interesting!'

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB