From f0b2fce40b842d4232df273c4c00b2af02a4586b Mon Sep 17 00:00:00 2001 From: Robert Brunhage Date: Fri, 6 Dec 2024 12:57:02 +0100 Subject: [PATCH] chore: update template for uploading your own app --- src/content/apps/_template.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/content/apps/_template.md b/src/content/apps/_template.md index 123ca6d..97c78ca 100644 --- a/src/content/apps/_template.md +++ b/src/content/apps/_template.md @@ -4,17 +4,22 @@ author: "Author Name" description: "A short description of the app (1-2 sentences)" dateLaunched: "YYYY-MM-DD" images: - - "https://example.com/image.png" + - "../../assets/apps/example-1.png" + - "../../assets/apps/example-2.png" + - "../../assets/apps/example-3.png" platforms: - name: "Android" url: "https://play.google.com/store/apps/details?id=com.example" - downloads: 1000 - name: "iOS" url: "https://apps.apple.com/app/id123456789" - downloads: 500 - name: "Web" url: "https://example.com" - views: 10000 # Note: 10 views = 1 download + - name: "Windows" + url: "https://apps.microsoft.com/store/detail/app-name/XYZ123" + - name: "macOS" + url: "https://apps.apple.com/app/id987654321" + - name: "Linux" + url: "https://flathub.org/apps/com.example.app" --- ## Problem the App Solves @@ -29,5 +34,5 @@ Explain how your app solves the problem. What features and functionalities make - [Website](https://example.com) - [GitHub Repository](https://github.com/username/repo) -- [Product Hunt](https://www.producthunt.com/posts/app-name) -- [Twitter/X](https://twitter.com/username) +- [X](https://x.com/username) +- [Bluesky](https://bsky.app/profile/username)