forked from emilbaehr/automatic-app-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master - update data to match Coffee Mania app
- Loading branch information
Showing
16 changed files
with
293 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,51 @@ | ||
.bundle | ||
.sass-cache | ||
_site | ||
Gemfile.lock | ||
Gemfile.lock | ||
|
||
# Created by https://www.toptal.com/developers/gitignore/api/jekyll,macos | ||
# Edit at https://www.toptal.com/developers/gitignore?templates=jekyll,macos | ||
|
||
### Jekyll ### | ||
_site/ | ||
.sass-cache/ | ||
.jekyll-cache/ | ||
.jekyll-metadata | ||
# Ignore folders generated by Bundler | ||
.bundle/ | ||
vendor/ | ||
|
||
### macOS ### | ||
# General | ||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
|
||
# Icon must end with two \r | ||
Icon | ||
|
||
|
||
# Thumbnails | ||
._* | ||
|
||
# Files that might appear in the root of a volume | ||
.DocumentRevisions-V100 | ||
.fseventsd | ||
.Spotlight-V100 | ||
.TemporaryItems | ||
.Trashes | ||
.VolumeIcon.icns | ||
.com.apple.timemachine.donotpresent | ||
|
||
# Directories potentially created on remote AFP share | ||
.AppleDB | ||
.AppleDesktop | ||
Network Trash Folder | ||
Temporary Items | ||
.apdisk | ||
|
||
### macOS Patch ### | ||
# iCloud generated files | ||
*.icloud | ||
|
||
# End of https://www.toptal.com/developers/gitignore/api/jekyll,macos |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
source "https://rubygems.org" | ||
gem 'github-pages' | ||
gem 'github-pages' | ||
gem "webrick", "~> 1.8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,78 @@ | ||
#page title | ||
page_title : # Automatically populates with app name if not set and if iOS app ID is set. Otherwise enter manually. | ||
page_title : Coffee Mania # Automatically populates with app name if not set and if iOS app ID is set. Otherwise enter manually. | ||
|
||
# App Info | ||
ios_app_id : 1234793120 # 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 | ||
ios_app_id : # Required. Enter iOS app ID to automatically populate name, price and icons (e.g. 718043190). | ||
ios_app_country : uk # Required outside USA. Enter 2 letter country code as in https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 | ||
|
||
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://emilbaehr.com # Enter a link to downloadable file or (e.g. public Dropbox link to a .zip file). | ||
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"). | ||
|
||
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 : Write a short tagline for your app. | ||
terms_and_condition_link : #terms and condition link | ||
|
||
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 : Coffee Mania # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually. | ||
app_price : free # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually. | ||
app_description : Coffee Mania is your ultimate companion for managing your caffeine intake and optimizing your daily energy levels. | ||
|
||
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 : Emil Baehr | ||
your_link : https://emilbaehr.com | ||
your_city : Copenhagen | ||
email_address : emil.baehr@gmail.com | ||
your_name : Kyryl Horbushko | ||
your_link : https://[email protected] | ||
your_city : Lviv | ||
email_address : khorbushko@gmail.com | ||
facebook_username : | ||
instagram_username : ebaehr | ||
twitter_username : ebaehr | ||
github_username : emilbaehr | ||
instagram_username : | ||
twitter_username : | ||
github_username : gzd3 | ||
youtube_username : | ||
mastodon_link : https://mastodon.social/@ebaehr | ||
mastodon_link : | ||
|
||
|
||
|
||
# Feature List Edit, add or remove features to be presented. | ||
features : | ||
|
||
- title : GitHub Pages Jekyll Theme | ||
description : Designed for GitHub Pages. Fork. Edit _config.yml. Upload screenshot/video. Push to gh-pages branch. Voilá! | ||
- title : Free | ||
description : Coffee Mania is available to users as a completely free app with no hidden costs. You can download and use the app without any charges, subscriptions, or in-app purchases. We believe in making caffeine tracking accessible to everyone, and our commitment is to provide a valuable and feature-rich experience at no cost to you | ||
fontawesome_icon_name : check | ||
|
||
- title : Track everywhere | ||
description : Designed for iPhone and Apple watch, app is available for both your iPhone and Apple Watch, providing seamless integration and a unified caffeine tracking experience across your devices. | ||
fontawesome_icon_name : magic | ||
|
||
- title : iPhone Device Preview | ||
description : Preview your app in the context of an iPhone device. Five different device colors included. | ||
fontawesome_icon_name : mobile | ||
- title : Dark and light mode | ||
description : With our Dark and Light Mode feature, you can seamlessly switch between two visually pleasing themes to match your mood, environment, or time of day. | ||
fontawesome_icon_name : adjust | ||
|
||
- title : Video Support | ||
description : Preview app video on the iPhone device simply by placing your video files in the videos folder. | ||
fontawesome_icon_name : play-circle | ||
- title : Widgets | ||
description : Customize your home screen with widgets. Get a quick snapshot of your daily caffeine intake, allowing you to make real-time decisions about your next cup of coffee. | ||
fontawesome_icon_name : arrow-alt-circle-down | ||
|
||
- title : Automatic Icon and Metadata | ||
description : Enter iOS app ID in the _config.yml file to automatically fetch app icon, price and App Store Link. | ||
fontawesome_icon_name : sync | ||
- title : HealthKit integration | ||
description : Coffee Mania goes the extra mile to enhance your health and wellness by seamlessly integrating with Apples HealthKit platform. This integration ensures that your caffeine tracking is not only informative but also contributes to your overall health management | ||
fontawesome_icon_name : heart | ||
|
||
- title : Easy to Tweak | ||
description : Tweak accent color, images, icons and transparency via the _config.yml file. No HTML/CSS needed. | ||
fontawesome_icon_name : adjust | ||
|
||
- title : Feature List | ||
description : Add features (like this one) to your site via the _config.yml file. No HTML/CSS needed. | ||
fontawesome_icon_name : star | ||
- title : Choose your way | ||
description : We understands that everyone has their own unique tracking preferences and needs. The app offers two distinct tracking modes - Daily Mode and Continuous Mode | ||
fontawesome_icon_name : cogs | ||
|
||
- title : Smart App Banner | ||
description : Display a smart app banner on iOS devices. | ||
fontawesome_icon_name : arrow-alt-circle-down | ||
- title : Minimalistic | ||
description : Coffee Mania minimizes the steps required to log your caffeine intake while still providing valuable insights. All you need - it's just a few taps | ||
fontawesome_icon_name : adjust | ||
|
||
- title : Social Links | ||
description : Easily add social media accounts and contact info in the footer via the _config.yml file. No HTML/CSS needed. | ||
fontawesome_icon_name : link | ||
- title : Privacy | ||
description : No tracker, no hidden data collection. We follow a strict "no data collection" policy, and your personal information is not collected, stored, or shared by the app. Your privacy is of the highest priority | ||
fontawesome_icon_name : user-secret | ||
|
||
- title : FontAwesome Support | ||
description : Pick custom Font Awesome icons for the feature list via the _config.yml file. No HTML/CSS needed. | ||
fontawesome_icon_name : info-circle | ||
- title : No-ads | ||
description : We offers an ad-free experience, ensuring that your caffeine tracking is not interrupted or compromised by intrusive advertisements. We believe in providing a clean and distraction-free environment for our users. | ||
fontawesome_icon_name : ban | ||
|
||
- title : # New Feature Title | ||
description : # New Feature Description | ||
|
@@ -89,9 +91,9 @@ cover_overlay_transparency : 0.8 | |
|
||
device_color : black # Set to: blue, black, yellow, coral or white. | ||
|
||
body_background_color : "#ffffff" | ||
body_background_color : "#BEA79A" | ||
|
||
link_color : "#1d63ea" | ||
link_color : "#7E4F35" | ||
|
||
app_title_color : "#ffffff" | ||
app_price_color : "#ffffff" | ||
|
@@ -100,7 +102,7 @@ app_description_color : "#ffffff" | |
feature_title_color : "#000000" | ||
feature_text_color : "#666666" | ||
|
||
feature_icons_foreground_color : "#1d63ea" | ||
feature_icons_foreground_color : "#56330E" | ||
feature_icons_background_color : "#e6e6e6" | ||
|
||
social_icons_foreground_color : "#666666" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.