Skip to content

Commit

Permalink
chore: update template for uploading your own app
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBrunhage committed Dec 6, 2024
1 parent 1112876 commit f0b2fce
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions src/content/apps/_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

0 comments on commit f0b2fce

Please sign in to comment.