You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,19 @@
1
1
# Landomat
2
2
**Create and deploy a landing page for your iOS app in a few of minutes.**
3
3
4
-
Designed for GitHub Pages for super easy set up. Just fork this repo, edit _config.yml, upload screenshot/video and push the changes to the `gh-pages` branch. Voilá! Your site will become immediately viewable on your personal Github Pages account, e.g. `https://username.github.io/your-repo-name/`.
4
+
Designed for GitHub Pages for super easy set up. Just fork this repo, edit `_config.yml`, upload screenshot/video and push the changes to the `gh-pages` branch. Voilá! Your site will become immediately viewable on your personal Github Pages account, e.g. `https://username.github.io/your-repo-name/`.
After forking the repo, your site will often be live immediately on your personal Github Pages account, e.g. `https://yourusername.github.io/your-repo-name/`.
11
+
After forking the repo, your site will be live immediately on your personal Github Pages account, e.g. `https://yourusername.github.io/your-repo-name/`.
12
+
13
+
### Step 2: Enter iOS App ID in `_config.yml`
14
+
To get started, enter your iOS app ID in the `ios_app_id` field and commit your changes. Your site will automatically rebuild with your app's icon, name, price and link to App Store.
10
15
11
-
### Step 2: Edit `_config.yml` to customize for your app
12
-
Once you have forked the repo, you can customize almost anything via the `_config.yml` file. To get started, enter your iOS app ID in the `ios_app_id` field.
16
+
You can go on with customising almost anything in the `_config.yml` file.
13
17
14
18
Things you can customise in `_config.yml`:
15
19
- App Name
@@ -19,20 +23,20 @@ Things you can customise in `_config.yml`:
19
23
- App Store Link
20
24
- Play Store Link
21
25
- Press Kit Download Link
22
-
-Header Image
23
-
-Header Color
26
+
-Cover Image
27
+
-Cover Overlay Color
24
28
- Background Color
25
29
- Text Colors
26
30
- iPhone Device Color
27
-
- Your Name
31
+
- Your Name / Company Name
28
32
- Link to Website
29
33
- Social Links and Contact Info
30
34
- Feature List (Title, text, icon)
31
35
32
36
### Step 3: Add screenshot or video
33
37
34
38
#### Adding a screenshot
35
-
Upload a `.png` or `.jpg` of your app to the folder `assets/screenshot/`. The name does not matter.
39
+
Upload a `.png` or `.jpg` of your app to the folder `assets/screenshot/`. The name does not matter. Be sure to delete the placeholder `yourscreenshot.png`.
36
40
37
41
#### Adding video
38
42
Upload your video to the folder `assets/videos/`. To have support for most browsers, you need to upload two files – one for Safari and one for Chrome/Firefox.
0 commit comments