Skip to content

Commit 5da9005

Browse files
committed
Update Library content with Unsplash images and correct dates
- Change article dates from 2025-01-01 to 2025-12-19 - Add Unsplash stock images for all 9 articles - Images are free for commercial use (no attribution required)
1 parent be10d9c commit 5da9005

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

content/index.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"version": "1.0",
3-
"lastUpdated": "2025-01-01T00:00:00Z",
3+
"lastUpdated": "2025-12-19T12:00:00Z",
44
"articles": [
55
{
66
"id": "welcome",
77
"title": "Welcome",
88
"summary": "Your production-ready iOS app template with offline-first architecture.",
99
"category": "getting_started",
10-
"publishDate": "2025-01-01T00:00:00Z",
10+
"publishDate": "2025-12-19T12:00:00Z",
1111
"expiryDate": null,
1212
"contentURL": "https://raw.githubusercontent.com/cliffordh/swiftui-indie-stack/main/content/articles/welcome.md",
13-
"imageURL": null,
13+
"imageURL": "https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=800&q=80",
1414
"featured": true,
1515
"version": "1.0"
1616
},
@@ -19,10 +19,10 @@
1919
"title": "Quick Start Guide",
2020
"summary": "Get your app running in minutes with this step-by-step guide.",
2121
"category": "getting_started",
22-
"publishDate": "2025-01-01T00:00:00Z",
22+
"publishDate": "2025-12-19T12:00:00Z",
2323
"expiryDate": null,
2424
"contentURL": "https://raw.githubusercontent.com/cliffordh/swiftui-indie-stack/main/content/articles/quick-start.md",
25-
"imageURL": null,
25+
"imageURL": "https://images.unsplash.com/photo-1517976487492-5750f3195933?w=800&q=80",
2626
"featured": true,
2727
"version": "1.0"
2828
},
@@ -31,10 +31,10 @@
3131
"title": "Architecture Overview",
3232
"summary": "Understand the offline-first architecture and when to enable Firebase.",
3333
"category": "features",
34-
"publishDate": "2025-01-01T00:00:00Z",
34+
"publishDate": "2025-12-19T12:00:00Z",
3535
"expiryDate": null,
3636
"contentURL": "https://raw.githubusercontent.com/cliffordh/swiftui-indie-stack/main/content/articles/architecture.md",
37-
"imageURL": null,
37+
"imageURL": "https://images.unsplash.com/photo-1615406020658-6c4b805f1f30?w=800&q=80",
3838
"featured": false,
3939
"version": "1.0"
4040
},
@@ -43,10 +43,10 @@
4343
"title": "RevenueCat Subscriptions",
4444
"summary": "How to set up and customize in-app purchases with RevenueCat.",
4545
"category": "features",
46-
"publishDate": "2025-01-01T00:00:00Z",
46+
"publishDate": "2025-12-19T12:00:00Z",
4747
"expiryDate": null,
4848
"contentURL": "https://raw.githubusercontent.com/cliffordh/swiftui-indie-stack/main/content/articles/subscriptions.md",
49-
"imageURL": null,
49+
"imageURL": "https://images.unsplash.com/photo-1563013544-824ae1b704d3?w=800&q=80",
5050
"featured": false,
5151
"version": "1.0"
5252
},
@@ -55,10 +55,10 @@
5555
"title": "Streak System",
5656
"summary": "Engage users with the built-in streak tracking and gamification.",
5757
"category": "features",
58-
"publishDate": "2025-01-01T00:00:00Z",
58+
"publishDate": "2025-12-19T12:00:00Z",
5959
"expiryDate": null,
6060
"contentURL": "https://raw.githubusercontent.com/cliffordh/swiftui-indie-stack/main/content/articles/streaks.md",
61-
"imageURL": null,
61+
"imageURL": "https://images.unsplash.com/photo-1523861751938-121b5323b48b?w=800&q=80",
6262
"featured": false,
6363
"version": "1.0"
6464
},
@@ -67,10 +67,10 @@
6767
"title": "Home Screen Widgets",
6868
"summary": "Configure and customize the included home screen and lock screen widgets.",
6969
"category": "features",
70-
"publishDate": "2025-01-01T00:00:00Z",
70+
"publishDate": "2025-12-19T12:00:00Z",
7171
"expiryDate": null,
7272
"contentURL": "https://raw.githubusercontent.com/cliffordh/swiftui-indie-stack/main/content/articles/widgets.md",
73-
"imageURL": null,
73+
"imageURL": "https://images.unsplash.com/photo-1512941937669-90a1b58e7e9c?w=800&q=80",
7474
"featured": false,
7575
"version": "1.0"
7676
},
@@ -79,10 +79,10 @@
7979
"title": "Library CMS System",
8080
"summary": "How to manage and publish content through the GitHub-based CMS.",
8181
"category": "features",
82-
"publishDate": "2025-01-01T00:00:00Z",
82+
"publishDate": "2025-12-19T12:00:00Z",
8383
"expiryDate": null,
8484
"contentURL": "https://raw.githubusercontent.com/cliffordh/swiftui-indie-stack/main/content/articles/library-cms.md",
85-
"imageURL": null,
85+
"imageURL": "https://images.unsplash.com/photo-1568667256531-7d5ac92eaa7a?w=800&q=80",
8686
"featured": false,
8787
"version": "1.0"
8888
},
@@ -91,10 +91,10 @@
9191
"title": "Customization Tips",
9292
"summary": "Best practices for branding and customizing the template for your app.",
9393
"category": "tips",
94-
"publishDate": "2025-01-01T00:00:00Z",
94+
"publishDate": "2025-12-19T12:00:00Z",
9595
"expiryDate": null,
9696
"contentURL": "https://raw.githubusercontent.com/cliffordh/swiftui-indie-stack/main/content/articles/customization.md",
97-
"imageURL": null,
97+
"imageURL": "https://images.unsplash.com/photo-1557243962-0a093922933f?w=800&q=80",
9898
"featured": false,
9999
"version": "1.0"
100100
},
@@ -103,10 +103,10 @@
103103
"title": "Getting Help",
104104
"summary": "Resources and support options for SwiftUI Indie Stack users.",
105105
"category": "support",
106-
"publishDate": "2025-01-01T00:00:00Z",
106+
"publishDate": "2025-12-19T12:00:00Z",
107107
"expiryDate": null,
108108
"contentURL": "https://raw.githubusercontent.com/cliffordh/swiftui-indie-stack/main/content/articles/support.md",
109-
"imageURL": null,
109+
"imageURL": "https://images.unsplash.com/photo-1521737711867-e3b97375f902?w=800&q=80",
110110
"featured": false,
111111
"version": "1.0"
112112
}

0 commit comments

Comments
 (0)