generated from emilbaehr/automatic-app-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
134 lines (90 loc) · 5.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
#page title
page_title : Price Logger Mobile App | Is That a Good Price (ITAGP) Cloud
# App Info
ios_app_id : 6473100414 # Required. Enter iOS app ID to automatically populate name, price and icons (e.g. 718043190).
ios_app_country : us # Required outside USA. Enter 2 letter country code as in https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
play_app_id : com.g33kdev.itagp_cloud
appstore_link : https://apps.apple.com/us/app/is-that-a-good-price-cloud/id6473100414
playstore_link : https://play.google.com/store/apps/details?id=com.g33kdev.itagp_cloud
# presskit_download_link : https://emilbaehr.com # 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/icon.png
app_name : Is That a Good Price (Cloud)
app_price : $0.99/month
app_description : Easily log the price history of products so you always know what's the best unit price!
enable_smart_app_banner : true # Set to true to show a smart app banner at top of page on mobile devices.
card_image: /assets/og.png
posthog_api_key : phc_Il4JCu9WQQa7EHqzQGyP5NsH07I3pLxgyheGW2dTzzO
posthog_api_host : https://app.posthog.com
# Information About Yourself
your_name : g33kdev
# your_link : https://emilbaehr.com
# your_city : Copenhagen
email_address : [email protected]
# facebook_username :
# instagram_username : ebaehr
twitter_username : itagp_app
# github_username : emilbaehr
# youtube_username :
# mastodon_link : https://mastodon.social/@ebaehr
# Feature List Edit, add or remove features to be presented.
features :
- title : Log Unlimited Number of Products
description : Organize price entries with different product categories.
fontawesome_icon_name : infinity
- title : Log Unlimited Number of Entries
description : A price entry includes date, merchant, name, units, quantities, price, discount types, note, and image.
fontawesome_icon_name : infinity
- title : Automatic Unit Price
description : Automatically calculates unit price for easy comparison.
fontawesome_icon_name : magic
- title : Best Price Summary
description : Automatically highlights the best unit price for each product.
fontawesome_icon_name : funnel-dollar
- title : Dark Mode
description : Dark and light theme based on system settings.
fontawesome_icon_name : adjust
- title : Entry Merchant and Name Autocomplete
description : Quickly fill in details with previously entered info.
fontawesome_icon_name : magic
- title : # New Feature Title
description : # New Feature Description
fontawesome_icon_name : # Enter Font Awesome icon name (e.g. star). Find icons on fontawesome.com/icons.
# Theme Settings
topbar_color : "#000000"
topbar_transparency : 0.1
topbar_title_color : "#ffffff"
cover_image : assets/headerimage.jpg
cover_overlay_color : "#363b3d"
cover_overlay_transparency : 0.8
device_color : black # Set to: blue, black, yellow, coral or white.
body_background_color : "#ffffff"
link_color : "#1d63ea"
app_title_color : "#ffffff"
app_price_color : "#ffffff"
app_description_color : "#ffffff"
feature_title_color : "#000000"
feature_text_color : "#666666"
feature_icons_foreground_color : "#000000"
feature_icons_background_color : "#28cc9e"
social_icons_foreground_color : "#000000"
social_icons_background_color : "#28cc9e"
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
- docker-compose.yml
collections:
pages:
output: true
permalink: /:path/
# Markdown rendering
markdown: kramdown