Skip to content

Commit 6e36ff9

Browse files
authored
Update README.md
1 parent 3d64d99 commit 6e36ff9

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
# Landomat
22
**Create and deploy a landing page for your iOS app in a few of minutes.**
33

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/`.
5+
6+
![](https://www.dropbox.com/s/s0a2my508ztnywl/slor.png?dl=1)
57

68
## Quick Start
79

810
### Step 1: Fork this repo.
9-
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.
1015

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.
1317

1418
Things you can customise in `_config.yml`:
1519
- App Name
@@ -19,20 +23,20 @@ Things you can customise in `_config.yml`:
1923
- App Store Link
2024
- Play Store Link
2125
- Press Kit Download Link
22-
- Header Image
23-
- Header Color
26+
- Cover Image
27+
- Cover Overlay Color
2428
- Background Color
2529
- Text Colors
2630
- iPhone Device Color
27-
- Your Name
31+
- Your Name / Company Name
2832
- Link to Website
2933
- Social Links and Contact Info
3034
- Feature List (Title, text, icon)
3135

3236
### Step 3: Add screenshot or video
3337

3438
#### 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`.
3640

3741
#### Adding video
3842
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

Comments
 (0)