This repository was archived by the owner on Jun 20, 2024. It is now read-only.
forked from emilbaehr/automatic-app-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
138 lines (89 loc) · 6.96 KB
/
_config.yml
File metadata and controls
138 lines (89 loc) · 6.96 KB
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
#page title
page_title : Thirstic # Automatically populates with app name if not set and if iOS app ID is set. Otherwise enter manually.
# App Info
ios_app_id : 1471500028 # 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/thirstic_press_kit.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 : # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
app_name : Thirstic # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
app_price : Free with in-app purchases # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
app_description : The first smart water tracker and reminder that automatically adapts to your activity and the weather conditions.
enable_smart_app_banner : false # Set to true to show a smart app banner at top of page on mobile devices.
# Information About Yourself
your_name : Tapcode
your_link : https://tapcode.co
your_city : South Tyrol, Italy
email_address : support@tapcode.co
facebook_username :
instagram_username :
twitter_username : thirstic
github_username :
youtube_username :
# Feature List Edit, add or remove features to be presented.
features :
- title : A smart reminder
description : Thirstic helps you drinking enough water during your day by taking into account your activity and weather conditions in your area.
fontawesome_icon_name : magic
- title : Adapts to your activity
description : Doing your regular workout on Tuesday and Thursday evening? Thirstic will learn the patterns and update your suggested water intake automatically.
fontawesome_icon_name : running
- title : Adapts to weather conditions
description : Heatwave on the horizont? Thirstic has you covered! Your suggested water intake will automatically increase.
fontawesome_icon_name : sun
- title : Sipping is healthier than gulping
description : Thirstic assists you drinking water in small amounts throughout your day, instead of only emphasizing your total daily water intake goal.
fontawesome_icon_name : glass-whiskey
- title : Smart reminders
description : Instead of sending you notifications in fixed time intervals, Thirstic reminds you if you reach a specified „thirst threshold“ (for example 300 ml or 10 fl oz).
fontawesome_icon_name : bell
- title : Customize preferences
description : Change the parameters of your water intake estimate to your personal preferences, resulting in higher or lower daily water intake goals.
fontawesome_icon_name : cog
- title : Minimalistic & straightforward
description : A minimalistic and straightforward user interface allows you to add your water intake with a single tap.
fontawesome_icon_name : dot-circle
- title : Works best with Apple Watch
description : Thirstic works best with Apple Watch or any other fitness trackers that writes burned calories into HealthKit. If this data is not available, Thirstic uses the step counter from your iPhone.
fontawesome_icon_name : burn
- title : Private & secure
description : All the advanced calculations in this app are powered by your iPhone. No health or activity data leaves your device and is securely stored in your Health app.
fontawesome_icon_name : lock
# Theme Settings
topbar_color : "#000000"
topbar_transparency : 0.25
topbar_title_color : "#ffffff"
cover_image : assets/headerimage.png # Replace with alternative image path or image URL.
cover_overlay_color : "#000000"
cover_overlay_transparency : 0.0
device_color : yellow # Set to: blue, black, yellow, coral or white.
body_background_color : "#ffffff"
link_color : "#0999fa"
app_title_color : "#ffffff"
app_price_color : "#ffffff"
app_description_color : "#ffffff"
feature_title_color : "#000000"
feature_text_color : "#666666"
feature_icons_foreground_color : "#ffffff"
feature_icons_background_color : "#0999fa"
social_icons_foreground_color : "#ffffff"
social_icons_background_color : "#0999fa"
footer_text_color : "#666666"
####################################################
### 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