forked from emilbaehr/automatic-app-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
115 lines (73 loc) · 5.04 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
#page title
page_title : # Automatically populates with app name if not set and if iOS app ID is set. Otherwise enter manually.
# App Info
ios_app_id : 1359485719 # Required. Enter iOS app ID to automatically populate name, price and icons (e.g. 718043190).
appstore_link : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
playstore_link : # Enter Google Play Store URL.
presskit_download_link : https://www.flicktype.com/sdk/ # 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").
app_icon : # assets/appicon.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
app_name : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
app_price : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
app_description : The best typing experience on Apple Watch.
enable_smart_app_banner : true # Set to true to show a smart app banner at top of page on mobile devices.
# Information About Yourself
your_name : Kosta Eleftheriou
your_link : https://www.flicktype.com
your_city : California ☀️
email_address : hello@flicktype.com
facebook_username : flicktype
instagram_username : flicktype
twitter_username : flicktype
github_username : flicktype
youtube_username : flicktype
# Feature List Edit, add or remove features to be presented.
features :
- title : Award-winning
description : <em>“Best of 2020”</em> - Apple<br/><em>“App of the year”</em> - AppAdvice<br/><em>“Works flawlessly”</em> - iMore<br/><em>“Highly effective”</em> - Forbes
fontawesome_icon_name : award
- title : Powerful Auto-Correct
description : Type with ease and comfort, right from your wrist.
fontawesome_icon_name : keyboard
- title : Swipe Typing
description : Type faster than ever, just like you do on your phone.
fontawesome_icon_name : signature
- title : Emoji
description : Use unlimited combinations of 😀🔥🚀👍 in your messages!
fontawesome_icon_name : smile
- title : Customizable
description : Configure emoji shortcuts, custom dictionary, favorite contacts, and more.
fontawesome_icon_name : cog
# Theme Settings
topbar_color : "#000000"
topbar_transparency : 0.5
topbar_title_color : "rgba(0, 0, 0, 0.6)"
body_background_color : "#ffffff"
link_color : "#1d63ea"
app_title_color : "#000000"
app_price_color : "#000000"
app_description_color : "#000000"
feature_title_color : "#000000"
feature_text_color : "#444444"
feature_icons_foreground_color : "#ffffff"
feature_icons_background_color : "rgba(10, 207, 27, 1)"
social_icons_foreground_color : "#666666"
social_icons_background_color : "#e6e6e6"
footer_text_color : "#000000"
####################################################
### Jekyll Configuration. No need to touch this. ###
####################################################
# Set the Sass partials directory, as we're using @imports
sass:
style: :compressed # You might prefer to minify using :compressed
# Exclude these files from your production _site
exclude:
- LICENSE
- README.md
- CNAME
collections:
pages:
output: true
permalink: /:path/
# Markdown rendering
markdown: kramdown