forked from emilbaehr/automatic-app-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
177 lines (126 loc) · 8.89 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
#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 : 1400768489 # 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 : assets/Popcorn_Movies-PressKit.zip # 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 : Your To-Watch list with powerful discovery.
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 : Antoine Barré
your_link : https://twitter.com/Pomanks
your_city : Nantes
email_address : [email protected]
facebook_username :
instagram_username :
twitter_username : Pomanks
github_username : pomanks
youtube_username :
# Feature List Edit, add or remove features to be presented.
features :
- title : MANAGE YOUR WATCHLIST
description : Your Watchlist is the best way to never forget the movies you’d like to watch!
fontawesome_icon_name : stream
- title : SEE WHAT’S COMING
description : All upcoming movies are automatically added into the Upcoming list so you know what’s available or not..
fontawesome_icon_name : calendar-alt
- title : POWERFUL HISTORY
description : You don’t remember having watched a specific movie? Quickly search your History and you’ll know! You’ve watched a movie multiple times? You can add - and delete - as many plays as you want.
fontawesome_icon_name : history
- title : STAY IN SYNC
description : Every movie you add to your lists will be synchronized to/from your Trakt account, instantly!
fontawesome_icon_name : sync-alt
- title : CHECKIN / NOW WATCHING
description : Tell others you’re watching some movie with a Checkin and quickly see its informations right from your profile! No more searching for the movie in your list or anywhere else!
fontawesome_icon_name : play-circle
- title : BROWSE
description : Discover tons of new movies with new suggestions from other Trakt users.. You will never run out of ideas ever again!
fontawesome_icon_name : film
- title : SEARCH
description : Sometimes you just know what you’re looking for.. The advanced search feature will help you find it in no time! Double tap on the Browse item to activate Quick Search.
fontawesome_icon_name : search
- title : SHARE
description : You want others to know about an interesting movie? Simply share it with them via AirDrop, iMessage and more!
fontawesome_icon_name : share
- title : RATINGS
description : Rate your favorite movies right from their page and see how others feel about them too!
fontawesome_icon_name : star
- title : CHECK YOUR STATS
description : Your profile is the right place to check your last activities and movies stats.. Let’s see how many movies you’ve watched until now!
fontawesome_icon_name : info-circle
- title : ADVANCED SORTING
description : Sort your lists as you like with multiple options to choose from.
fontawesome_icon_name : sort-alpha-up
- title : CONTEXT MENUS
description : Manage your lists faster than ever.
fontawesome_icon_name : list-alt
- title : RICHER HISTORY
description : A detailed history view for a whole year or a single movie.
fontawesome_icon_name : plus
- title : COLLECTION TRACKING
description : Manage your Collection and its Metadata with powerful options!
fontawesome_icon_name : check
- title : PERSONAL RECOMMENDATIONS
description : Show others what you liked.
fontawesome_icon_name : heart
- title : PERSONAL LISTS
description : Create as many lists as you need to better sort all your movies.
fontawesome_icon_name : infinity
- title : DRAG AND DROP
description : Move multiple items at once into any list!
fontawesome_icon_name : hand-point-up
- title : EXTENDED CREDITS
description : Check out a specific department from any person.
fontawesome_icon_name : ellipsis-h
# Theme Settings
topbar_color : "#767680"
topbar_transparency : 0.18
topbar_title_color : "#FFFFFF"
cover_image : assets/iron-man.jpg # Replace with alternative image path or image URL.
cover_overlay_color : "#000000"
cover_overlay_transparency : 0
device_color : black # Set to: blue, black, yellow, coral or white.
body_background_color : "#1C1C1E"
link_color : "#FF375F"
app_title_color : "#FFFFFF"
app_price_color : "#FFFFFF"
app_description_color : "#FFFFFF"
feature_title_color : "#FFFFFF"
feature_text_color : "#EBEBF599"
feature_icons_foreground_color : "#FF375F"
feature_icons_background_color : "#7878805C"
social_icons_foreground_color : "#FF375F"
social_icons_background_color : "#7878805C"
footer_text_color : "#EBEBF54D"
feature_title_color : "#FFFFFF"
feature_text_color : "#EBEBF599"
feature_icons_foreground_color : "#FF375F"
feature_icons_background_color : "#7878805C"
social_icons_foreground_color : "#FF375F"
social_icons_background_color : "#7878805C"
footer_text_color : "#EBEBF54D"
####################################################
### 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
include:
- .well-known
# Exclude these files from your production _site
exclude:
- LICENSE
- README.md
- CNAME
- CHANGELOG.md
collections:
pages:
output: true
permalink: /:path/
# Markdown rendering
markdown: kramdown