Skip to content

Commit c0cb09f

Browse files
committed
Better feature descriptions
1 parent b60985f commit c0cb09f

File tree

5 files changed

+28
-18
lines changed

5 files changed

+28
-18
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# frozen_string_literal: true
22

33
source "https://rubygems.org"
4-
gem 'github-pages', group: :jekyll_plugins
54
gemspec

_config.yml

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ios_app_id : 618783545
55

66
appstore_link : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
77
playstore_link : # Enter Google Play Store URL.
8+
presskit_download_link : # Enter a link to downloadable file or (e.g. public dropbox link to a .zip file). Or upload your press kit file to assets and set path accordingly (e.g. "assets/your_press_kit.zip").
89

910
app_name : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
1011
app_price : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
@@ -20,8 +21,8 @@ your_link : https://emilbaehr.com
2021
your_city : Copenhagen # Tell people where you're from.
2122

2223
# Icon, screenshot and header image
23-
app_icon : # ../assets/appicon-1024px.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
24-
app_video : # ../assets/video.mp4 # Uncomment and replace with path to app preview video. Optimal resolutions: 1242x2688 or 1125x2436.
24+
app_icon : # assets/appicon.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
25+
app_video : assets/yourvideo.mov # Uncomment and replace with path to app preview video. Optimal resolutions: 1242x2688 or 1125x2436.
2526
app_screenshot : assets/yourscreenshot.png # Replace with alternateive image path. Does not automatically populate since Apple does not provide iPhone X/XS/XR screenshots in their iTunes lookup API.
2627
header_image : assets/headerimage.png # Replace with alternative image path.
2728
device_color : black # Set to blue, black, yellow, coral or white
@@ -37,29 +38,37 @@ email_address : [email protected]
3738
# Features # Edit, add or remove features to be presented.
3839
features :
3940

40-
- title : Feature 1
41-
description : Present the features of your app with the dynamic Jekyll theme
41+
- title : GitHub Pages Jekyll Theme
42+
description : Designed for GitHub Pages for easy set-up. Fork. Edit _config.yml. Push. Voilá!
4243
fontawesome_icon_name : magic
4344

44-
- title : Feature 2
45-
description : Show your app in the context of an iPhone
45+
- title : iPhone Device Previews
46+
description : Show your app in the context of an iPhone device. Five different colors included.
4647
fontawesome_icon_name : mobile
4748

48-
- title : Feature 3
49-
description : Adjust colors, backgrounds and typography
49+
- title : Easy to Tweak
50+
description : Tweak accent color, images, icons and transparency via the _config.yml file. No HTML/CSS needed.
5051
fontawesome_icon_name : adjust
5152

5253
- title : Five device colors
53-
description : Choose between five different device colors to match your app's interface
54-
fontawesome_icon_name : mobile
54+
description : Choose between five different iPhone colors to match your app's visual identity.
55+
fontawesome_icon_name : palette
5556

56-
- title : Five device colors
57-
description : Choose between five different device colors to match your app's interface
58-
fontawesome_icon_name : mobile
57+
- title : Feature list
58+
description : Add features (like this one) to your site simply by editing the _config.yml file.
59+
fontawesome_icon_name : star
5960

60-
- title : Five device colors
61-
description : Choose between five different device colors to match your app's interface
62-
fontawesome_icon_name : mobile
61+
- title : Automatic App Icon
62+
description : Enter your iOS app ID in the _config.yml file to automatically fetch app icon.
63+
fontawesome_icon_name : sync
64+
65+
- title : Smart App Banner
66+
description : Display a smart app banner on iOS devices.
67+
fontawesome_icon_name : arrow-alt-circle-down
68+
69+
- title : Social Links
70+
description : Easily add social media accounts and contact info in the footer.
71+
fontawesome_icon_name : link
6372

6473
- title : # New Feature Title
6574
description : # New Feature Description

_includes/header.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
</div>
1616
<nav>
1717
<ul>
18-
<li><a href="/">Download Press Kit</a></li>
18+
{% if site.presskit_download_link %}
19+
<li><a href="{{ site.presskit_download_link }}">Download Press Kit</a></li>
20+
{% endif %}
1921
</ul>
2022
</nav>
2123
</header>

assets/appicon-1024px.png

-67.9 KB
Binary file not shown.
13.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)